AutoResponderSettings ClassIpswitch.Messaging.Framework
Contains settings for a folder's automatic responses.
Inheritance Hierarchy

SystemObject
  Ipswitch.Messaging.FrameworkSettings
    Ipswitch.Messaging.FrameworkAutoResponderSettings

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public class AutoResponderSettings : Settings

The AutoResponderSettings type exposes the following members.

Constructors

  NameDescription
Public methodAutoResponderSettings
Initializes a new AutoReponderSettings instance.
Top
Methods

  NameDescription
Public methodAdd(ISetting)
(Inherited from Settings.)
Public methodAddT(String, T) (Inherited from Settings.)
Public methodClear
(Inherited from Settings.)
Public methodContains(String)
(Inherited from Settings.)
Public methodContains(ISetting)
(Inherited from Settings.)
Public methodCopyTo
(Inherited from Settings.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetT
(Inherited from Settings.)
Public methodGetEnumerator
(Inherited from Settings.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove(String)
(Inherited from Settings.)
Public methodRemove(ISetting)
(Inherited from Settings.)
Public methodSetT
(Inherited from Settings.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCount
(Inherited from Settings.)
Public propertyEnabled
Gets or sets a value indicating whether or not automatic responses for the folder are active.
Public propertyForwardAddress
Gets or sets the address that incoming messages will be forwarded to when an automatic reponse is sent.
Public propertyIsReadOnly
(Inherited from Settings.)
Public propertyItem
(Inherited from Settings.)
Public propertyMessage
Gets or sets the message that will be used when an automatic response is sent.
Public propertyRecipients
Gets or sets the list of recipients that have been automatically responded to.
Top
See Also

Reference