OOFResponse Class

Specifies a class for retrieving and setting Out of Office (OOF) information.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerOOFResponse

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

The OOFResponse type exposes the following members.

Constructors
  NameDescription
Public methodOOFResponse
Initializes a new instance of the OOFResponse class
Properties
  NameDescription
Public propertyOof
OOF information settings from the server.
Public propertyStatus
Indicates the result of the ActiveSync command request.
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