GetUserOofSettingsResponse Members
Include Protected Members
Include Inherited Members
The GetUserOofSettingsResponse class contains the response message and the out of office (OOF) settings for a user.
The GetUserOofSettingsResponse type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GetUserOofSettingsResponse | The GetUserOofSettingsResponse constructor initializes a new instance of the GetUserOofSettingsResponse class. |
Top
Properties
Name | Description | |
---|---|---|
AllowExternalOof | The AllowExternalOof property gets or sets a value that indicates to whom external out of office (OOF) messages are sent. | |
AllowExternalOofSpecified | The AllowExternalOofSpecified property gets or sets a Boolean value that specifies whether the AllowExternalOof property is serialized into the SOAP message. This property is required if the AllowExternalOof property is specified. | |
OofSettings | The OofSettings property gets or sets the user's out of office (OOF) settings. | |
ResponseMessage | The ResponseMessage property gets or sets descriptive information about the response status for a single entity in a request. |
Top