Enum CalReplyStatus
iCal reply status
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
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 |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.CalReplyStatus, To>()