OOFMessage Class

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.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerOOFMessage

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

The OOFMessage type exposes the following members.

Constructors
  NameDescription
Public methodOOFMessage
Initializes a new instance of the OOFMessage class
Properties
  NameDescription
Public propertyAppliesToExternalKnown
Indicates that the OOF message applies to known external users.
Public propertyAppliesToExternalUnknown
Indicates that the OOF message applies to unknown external users.
Public propertyAppliesToInternal
Indicates that the OOF message applies to internal users.
Public propertyBodyType
Specifies the format of the OOF message. The following are the permitted values for the BodyType element: - Text - HTML
Public propertyEnabled
Specifies whether an OOF message is sent to this audience while the sending user is OOF.
Public propertyReplyMessage
Specifies the message to be shown to a particular audience when the user is OOF.
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