GetUserOofSettingsResponse Members
The GetUserOofSettingsResponse class contains the response message and the out of office (OOF) settings for a user.
The following tables list the members exposed by the GetUserOofSettingsResponse type.
Public Constructors
Name | Description | |
---|---|---|
GetUserOofSettingsResponse | The GetUserOofSettingsResponse constructor initializes a new instance of the GetUserOofSettingsResponse class. |
Top
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also