UserOofSettings Members
The UserOofSettings class specifies the out of office (OOF) settings for a user.
The following tables list the members exposed by the UserOofSettings type.
Public Constructors
Name | Description | |
---|---|---|
UserOofSettings | The UserOofSettings constructor initializes a new instance of the UserOofSettings class. |
Top
Public Properties
Name | Description | |
---|---|---|
Duration | The Duration property gets or sets a value that specifies the duration for which the out of office (OOF) status is enabled if the OofState property is set to Scheduled. If the OofState property is set to Enabled or Disabled, the value of this property is ignored. | |
ExternalAudience | The ExternalAudience property gets or sets a value that specifies to whom external out of office (OOF) messages are sent. | |
ExternalReply | The ExternalReply property gets or sets the out of office (OOF) message that is sent to addresses outside the recipient's domain or trusted domains. | |
InternalReply | The InternalReply property gets or sets the out of office (OOF) message that is sent to other addresses in the recipient's domain or trusted domains. | |
OofState | The OofState property gets or sets the mailbox user's out of office (OOF) state. |
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