|   | MailAttachments Property | 
        
        
            Gets or sets the comma-separated or semicolon-separated list of file names to be attached to the 
Mail message.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic string Attachments { get; set; }Public Property Attachments As String
	Get
	Set
public:
property String^ Attachments {
	String^ get ();
	void set (String^ value);
}member Attachments : string with get, set
function get_Attachments();
function set_Attachments(value);
Property Value
String See Also
See Also