The e-mail address. e.g. 'foo.bar@example.com'
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring Address { get; set; }
Property Address As String
Get
Set
Dim instance As IEmail
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