IAppointmentEmailId Property |
EmailId - If invitation and status changes should be mailed, this is the ID of the email address used.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint EmailId { get; set; }
Property EmailId As Integer
Get
Set
Dim instance As IAppointment
Dim value As Integer
value = instance.EmailId
instance.EmailId = value
property int EmailId {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also