Gets the latest mail server that is used to receive e-mail message.
[VisualĀ Basic] Public Property CurrentMailServer As MailServer
[C#]
public MailServer CurrentMailServer {get;}
[C++] public: __property MailServer* get_CurrentMailServer();
[JScript] public function get CurrentMailServer() : MailServer;
Property Value