UserOofSettings Members
Include Protected Members
Include Inherited Members
The UserOofSettings class specifies the out of office (OOF) settings for a user.
The UserOofSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UserOofSettings | The UserOofSettings constructor initializes a new instance of the UserOofSettings class. |
Top
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