SettingsResponse Class

Specifies a response with Out of Office (OOF) settings and list of the user's accounts.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerSettingsResponse

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

The SettingsResponse type exposes the following members.

Constructors
  NameDescription
Public methodSettingsResponse
Initializes a new instance of the SettingsResponse class
Properties
  NameDescription
Public propertyDeviceInformationStatus
Indicates the result of the DeviceInformation setup request
Public propertyDevicePasswordStatus
Indicates the result of the DevicePassword setup request
Public propertyOof
Specifies a class for retrieving and setting Out of Office (OOF) information.
Public propertyRightsManagementInformation
Contains rights management information settings retrieved from the server.
Public propertyUserInformation
Contains status of the request and a list of a user’s account information (email addresses).
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