MapiElectronicAddressAddressType Property |
Gets or sets the address type
of an electronic address.
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic string AddressType { get; set; }
Public Property AddressType As String
Get
Set
public:
property String^ AddressType {
String^ get ();
void set (String^ value);
}
member AddressType : string with get, set
Property Value
Type:
String
See Also