[Missing <summary> documentation for "T:Ipswitch.Messaging.Framework.MailCollectorAccountSettingsPop3"]
Inheritance Hierarchy
Ipswitch.Messaging.FrameworkMailCollectorAccountSettings
Ipswitch.Messaging.FrameworkMailCollectorAccountSettingsPop3
Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax
[SerializableAttribute] public class MailCollectorAccountSettingsPop3 : MailCollectorAccountSettings
The MailCollectorAccountSettingsPop3 type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| MailCollectorAccountSettingsPop3 | Initializes a new instance of the MailCollectorAccountSettingsPop3 class | |
| MailCollectorAccountSettingsPop3(MailCollectorAccountSettingsPop3) | Initializes a new instance of the MailCollectorAccountSettingsPop3 class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMailCollectorData | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SaveMailCollectorData | ||
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AuthenticationMethods | ||
| DeleteAfter | ||
| DestinationMailbox | ||
| Enabled | (Inherited from MailCollectorAccountSettings.) | |
| EncryptedPassword |
Do not use this property to get the users password, use Password
(Inherited from MailCollectorAccountSettings.) | |
| LeaveCopyOnServer | ||
| MarkMessagesAsReadWhenDownloaded | ||
| Name | (Inherited from MailCollectorAccountSettings.) | |
| Password | (Inherited from MailCollectorAccountSettings.) | |
| Port | (Inherited from MailCollectorAccountSettings.) | |
| ScanForSpam | (Inherited from MailCollectorAccountSettings.) | |
| ScanForViruses | (Inherited from MailCollectorAccountSettings.) | |
| Server | (Inherited from MailCollectorAccountSettings.) | |
| SpamDestinationFolder | ||
| SslOption | (Inherited from MailCollectorAccountSettings.) | |
| Username | (Inherited from MailCollectorAccountSettings.) | |
| VirusDestinationFolder |
See Also