ResponseStatus Enumeration

Independentsoft MSG .NET

ResponseStatus Enumeration MSG .NET Class Library
Indicates the response to a meeting request.

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

Syntax

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

  Member nameValueDescription
Organized0 The appointment is on the Organizer's calendar or the recipient is the Organizer of the meeting.
Tentative1 Meeting tentatively accepted.
Accepted2 Meeting accepted.
Declined3 Meeting declined.
NotResponded4 Recipient has not responded.
None5 The appointment is a simple appointment and does not require a response.
See Also