IAppointmentRejectReason Property |
RejectReason - Why was this booking or assignment rejected, the RejectReason list is a source of suggestions but you can write anything here.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring RejectReason { get; set; }
Property RejectReason As String
Get
Set
Dim instance As IAppointment
Dim value As String
value = instance.RejectReason
instance.RejectReason = value
property String^ RejectReason {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String
See Also