BusyStatus Enumeration

Independentsoft MSG .NET

BusyStatus Enumeration MSG .NET Class Library
Specifies whether the attendee is busy at the time of an appointment on their calendar. The specified status appears in the free/busy view of the calendar.

Namespace: Independentsoft.Msg
Assembly: Independentsoft.Msg (in Independentsoft.Msg.dll) Version: 2.0.140.29868

Syntax

public enum BusyStatus
public enum BusyStatus
Public Enumeration BusyStatus
Public Enumeration BusyStatus
Dim instance As BusyStatus
Dim instance As BusyStatus
public enum BusyStatus
public enum BusyStatus
public enum BusyStatus
public enum BusyStatus
Independentsoft.Msg.BusyStatus = function();
Independentsoft.Msg.BusyStatus.createEnum('Independentsoft.Msg.BusyStatus', false);
Independentsoft.Msg.BusyStatus = function();
Independentsoft.Msg.BusyStatus.createEnum('Independentsoft.Msg.BusyStatus', false);
Members

  Member nameValueDescription
Free0 Free status
Tentative1 Tentative status
Busy2 Busy status
OutOfOffice3 Out of the office status
None4
See Also