IContactNomailing Property |
Can be used to filter recipients who don't want spam from a mail-merge.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool Nomailing { get; set; }
Property Nomailing As Boolean
Get
Set
Dim instance As IContact
Dim value As Boolean
value = instance.Nomailing
instance.Nomailing = value
property bool Nomailing {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also