PostalAddressListOtherAddress Property |
Default other address
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public PostalAddress OtherAddress { get; set; }
Public Property OtherAddress As PostalAddress
Get
Set
public:
property PostalAddress^ OtherAddress {
PostalAddress^ get ();
void set (PostalAddress^ value);
}
member OtherAddress : PostalAddress with get, set
Property Value
Type:
PostalAddressSee Also