IMailRecipientProtocol Property |
property Protocol
Namespace:
SOMailSender.Interop
Assembly:
SOMailSender.Interop (in SOMailSender.Interop.dll) Version: 8.0.0.0
Syntaxstring Protocol { get; set; }
Property Protocol As String
Get
Set
Dim instance As IMailRecipient
Dim value As String
value = instance.Protocol
instance.Protocol = value
property String^ Protocol {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also