Contains settings for a folder's automatic responses.
Inheritance Hierarchy
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
The AutoResponderSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AutoResponderSettings |
Initializes a new AutoReponderSettings instance.
|
Methods
| Name | Description | |
|---|---|---|
| Add(ISetting) | (Inherited from Settings.) | |
| AddT(String, T) | (Inherited from Settings.) | |
| Clear | (Inherited from Settings.) | |
| Contains(String) | (Inherited from Settings.) | |
| Contains(ISetting) | (Inherited from Settings.) | |
| CopyTo | (Inherited from Settings.) | |
| Equals | (Inherited from Object.) | |
| GetT | (Inherited from Settings.) | |
| GetEnumerator | (Inherited from Settings.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove(String) | (Inherited from Settings.) | |
| Remove(ISetting) | (Inherited from Settings.) | |
| SetT | (Inherited from Settings.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Count | (Inherited from Settings.) | |
| Enabled |
Gets or sets a value indicating whether or not automatic responses for the folder are active.
| |
| ForwardAddress |
Gets or sets the address that incoming messages will be forwarded to when an automatic reponse is sent.
| |
| IsReadOnly | (Inherited from Settings.) | |
| Item | (Inherited from Settings.) | |
| Message |
Gets or sets the message that will be used when an automatic response is sent.
| |
| Recipients |
Gets or sets the list of recipients that have been automatically responded to.
|
See Also