Enum CalReplyStatus
iCal reply status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.7.0.0")]
public enum CalReplyStatus
Fields
| Name | Description |
|---|---|
| Accepted | 1: The sender accepted the meeting. |
| Declined | 2: The sender declined the meeting. |
| Tentative | 3: The sender tentatively accepted the meeting. |
| Unknown | 0: Status is not known |