MailServers Property
The email servers that can be accessed by the script.
Syntax
Property MailServers As Dictionary(Of String, VSMailServer) |
Parameters
None
Examples
IronPython
#Get mail servers #Convert .NET Dictionary to IronPython dict() |
C#
|