MapiContactPhysicalAddressIsMailingAddress Property |
Gets or sets a value indicating whether this address is mailing address
Namespace:
Aspose.Email.Mapi
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic bool IsMailingAddress { get; set; }
Public Property IsMailingAddress As Boolean
Get
Set
public:
property bool IsMailingAddress {
bool get ();
void set (bool value);
}
member IsMailingAddress : bool with get, set
Property Value
Type:
Boolean
See Also