NET Logging Library
AttachmentStream Property



KellermanSoftware.NetLoggingLibrary Namespace > EmailAttachmentStream Class : AttachmentStream Property
An open stream with the file contents
Syntax
Public Property AttachmentStream As Stream
Dim instance As EmailAttachmentStream
Dim value As Stream
 
instance.AttachmentStream = value
 
value = instance.AttachmentStream
public Stream AttachmentStream {get; set;}
public:
property Stream^ AttachmentStream {
   Stream^ get();
   void set (    Stream^ 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

EmailAttachmentStream Class
EmailAttachmentStream Members