Provides read/write access to the properties of an email account.
| C# | Visual Basic |
public class EmailAccountConfiguration
Public Class EmailAccountConfiguration
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| EmailAccountConfiguration(Guid) |
Creates a new instance of EmailAccountConfiguration for the specified account.
| |
| AuthenticationRequired |
Gets or sets a Boolean value which specifies whether the outgoing server requires authentication.
| |
| Domain |
Gets or sets the user's domain name.
| |
| DownloadDays |
Gets or sets a value to specify how much e-mail to download.
This is the number of days worth, going back into the past.
Use a value of -1 to specify that you want to download all of the messages that are currently on the server.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Format | ||
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IncomingServer |
Gets or sets the incoming (POP3 or IMAP) mail server.
| |
| KeepMax |
Specifies the maximum size (in Kilobytes) for message attachments to be downloaded.
Attachments that are larger will remain on the server, but the message itself will still be downloaded.
Use a value of 0 to specify that you do not want any message attachments.
Use a value of -1 to specify that you want all message attachments, no matter how large.
| |
| Linger |
Frequency that Outlook Mobile uses to perform scheduled sends/receives.
The frequency is specified as the length of time between updates, in minutes.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
The display name associated with the user's e-mail account.
| |
| OutgoingServer |
Gets or sets the outgoing (SMTP) mail server.
| |
| ReplyAddress |
The user's reply e-mail address (usually the same as the user's e-mail address).
| |
| Retrieve |
Specifies the maximum size (in bytes) for messages retrieved from the incoming e-mail server.
Messages beyond this size will still be retrieved, but will be truncated.
Use a value of 0 to specify that you only want to download headers.
Use a value of -1 to specify that you want to download the full messages.
| |
| ServiceName |
Gets or sets the name of the account.
| |
| ServiceType |
Gets or sets the type of e-mail service to create or edit (such as IMAP4 or POP3).
| |
| SmtpAltEnabled |
Gets or sets a Boolean value that indicates that an alternative SMTP server is enabled.
| |
| SmtpDomain |
Gets or sets the user's domain name for the alternative SMTP account; only valid if SmtpAltEnabled is True.
| |
| SmtpUserName |
Gets or sets the username used to authenticate with the outgoing server.
| |
| ToString()()() | (Inherited from Object.) | |
| Update()()() |
Commits any changes made to the Configuration Manager.
| |
| UserName |
The name used to authorize the user to a specific e-mail account (also known as the user's logon name).
|
| Object | |
| EmailAccountConfiguration | |