MailServerValidatingEventArgsMailExchangeServers Property |
Gets the mail exchange server list.
Namespace:
Aspose.Email.Tools.Verifications
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string[] MailExchangeServers { get; }
Public ReadOnly Property MailExchangeServers As String()
Get
public:
property array<String^>^ MailExchangeServers {
array<String^>^ get ();
}
member MailExchangeServers : string[] with get
Property Value
Type:
String
See Also