NET Logging Library
Attachments Property



KellermanSoftware.NetLoggingLibrary Namespace > EmailParameters Class : Attachments Property
A list of paths for file attachments
Syntax
Public Property Attachments As List(Of String)
Dim instance As EmailParameters
Dim value As List(Of String)
 
instance.Attachments = value
 
value = instance.Attachments
public List<string> Attachments {get; set;}
public:
property List<String^>^ Attachments {
   List<String^>^ get();
   void set (    List<String^>^ 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