Interface IAppointmentInfo2
Inherited Members
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public interface IAppointmentInfo2 : IAppointmentInfo
Properties
InvitedList
Formatted list of invited persons, humanly readable
Declaration
string InvitedList { get; }
Property Value
Type | Description |
---|---|
String |
IsMilestone
Is the appointment a milestone appointment? English text "Yes" or "No".
Declaration
string IsMilestone { get; }
Property Value
Type | Description |
---|---|
String |
OldStartDate
The appointment's old start date, formatted as YYYYMMdd.
Declaration
string OldStartDate { get; }
Property Value
Type | Description |
---|---|
String |
OldStartTime
The appointment's old start time, formatted as HHmmss.
Declaration
string OldStartTime { get; }
Property Value
Type | Description |
---|---|
String |
SuggestedAppointmentId
The appointments SuggestedAppointment ID. Return 0 when appointment is not part of a sale/project guide.
Declaration
int SuggestedAppointmentId { get; }
Property Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)