MeetingMessageType.ResponseType Property

The ResponseType property gets or sets the type of recipient response that is received for a meeting.

Namespace: ExchangeWebServices
Assembly: EWS (in ews.dll)

Syntax

'Declaration
Public Property ResponseType As ResponseTypeType
public ResponseTypeType ResponseType { get; set; }
public:
property ResponseTypeType ResponseType {
    ResponseTypeType get ();
    void set (ResponseTypeType value);
}
/** @property */
public ResponseTypeType get_ResponseType ()

/** @property */
public void set_ResponseType (ResponseTypeType value)
public function get ResponseType () : ResponseTypeType

public function set ResponseType (value : ResponseTypeType)

Property Value

The ResponseType property returns an instance of the ResponseTypeType class that represents the type of recipient response that is received for a meeting.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)