|   | MailClient Property | 
        
        
            Gets the 
SmtpClient object used for sending the 
Mail message.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic SmtpClient Client { get; }Public ReadOnly Property Client As SmtpClient
	Get
public:
property SmtpClient^ Client {
	SmtpClient^ get ();
}member Client : SmtpClient with get
Property Value
SmtpClient See Also
See Also