IPersonUseAsMailingAddress Property |
Use person address instead of contact address?
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool UseAsMailingAddress { get; set; }
Property UseAsMailingAddress As Boolean
Get
Set
Dim instance As IPerson
Dim value As Boolean
value = instance.UseAsMailingAddress
instance.UseAsMailingAddress = value
property bool UseAsMailingAddress {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also