Message..::..Attachments Property

Namespace:  JiwaFinancials.Jiwa.JiwaSendEmail
Assembly:  JiwaSendEmail (in JiwaSendEmail.dll)

Syntax


public List<string> Attachments { get; set; }
Public Property Attachments As List(Of String)
	Get
	Set
public:
property List<String^>^ Attachments {
	List<String^>^ get ();
	void set (List<String^>^ value);
}