Share via


SetUserOofSettingsResponse.ResponseMessage Property

The ResponseMessage property gets or sets descriptive information about the response status.

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

Syntax

'Declaration
Public Property ResponseMessage As ResponseMessageType
public ResponseMessageType ResponseMessage { get; set; }
public:
property ResponseMessageType^ ResponseMessage {
    ResponseMessageType^ get ();
    void set (ResponseMessageType^ value);
}
/** @property */
public ResponseMessageType get_ResponseMessage ()

/** @property */
public void set_ResponseMessage (ResponseMessageType value)
public function get ResponseMessage () : ResponseMessageType

public function set ResponseMessage (value : ResponseMessageType)

Property Value

The ResponseMessage property returns a ResponseMessageType object that indicates the success or failure of a call to the SetUserOofSettings Operation.

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)