OOFSettings Class

OOF information settings.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerOOFSettings

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class OOFSettings

The OOFSettings type exposes the following members.

Constructors
  NameDescription
Public methodOOFSettings
Initializes a new instance of the OOFSettings class
Properties
  NameDescription
Public propertyEndTime
End time during which the user is out of office.
Public propertyOofMessage
Specifies the OOF message for a particular audience. Exchange 2007, Exchange 2010, and Exchange 2013 require that the reply message for unknown external and known external audiences be the same. The property supports the following three audiences for an OOF message: Internal — A user who is in the same organization as the sending user. Known external — A user who is outside the sending user's organization, but is represented in the sending user's contacts. Unknown external — A user who is outside the sending user's organization and is not represented in the sending user's contacts.
Public propertyOofState
Specifies the availability of the Oof property.
Public propertyStartTime
Start time during which the user is out of office.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also