Set to true to send event notifications to the contact email_address, false for no notifications; Default is false
Namespace: CTCT.Components.EventSpotAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public bool IsOptedIn { get; set; }
public bool IsOptedIn { get; set; }
Public Property IsOptedIn As Boolean
Get
Set
Public Property IsOptedIn As Boolean
Get
Set
public:
property bool IsOptedIn {
bool get ();
void set (bool value);
}
public:
property bool IsOptedIn {
bool get ();
void set (bool value);
}
member IsOptedIn : bool with get, set
member IsOptedIn : bool with get, set