NET Logging Library
AttachmentStreams Property



KellermanSoftware.NetLoggingLibrary Namespace > EmailParameters Class : AttachmentStreams Property
A list of streams for attachments
Syntax
Public Property AttachmentStreams As List(Of EmailAttachmentStream)
Dim instance As EmailParameters
Dim value As List(Of EmailAttachmentStream)
 
instance.AttachmentStreams = value
 
value = instance.AttachmentStreams
public List<EmailAttachmentStream> AttachmentStreams {get; set;}
public:
property List<EmailAttachmentStream^>^ AttachmentStreams {
   List<EmailAttachmentStream^>^ get();
   void set (    List<EmailAttachmentStream^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EmailParameters Class
EmailParameters Members