ProtocolStr Property

The protocol of an email server as string.

Syntax

ReadOnly Property ProtocolStr As String

Parameters

None

Examples

IronPython

#Get mail server protocol string
myProtocolStr = Host.ScriptData.MailServer["myServer"].ProtocolStr


C#

//Get mail server protocol string
string myProtocolStr = ScriptData.MailServers["myServer"].ProtocolStr;


Remarks