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