This enumeration defines the set of Account object properties.
| C# | Visual Basic |
public enum AccountProperty
Public Enumeration AccountProperty
| Member | Description |
|---|---|
| DisplayName |
Returns the display name for the Account.
|
| UniqueStoreID |
A Guid which uniquely identifies a message store.
|
| TransportName |
Returns the mail transport name.
|
| Signature |
Account signature.
|
| UseSignature |
Use the account signature.
|
| UseSignatureReplyForward |
Use the account signature for replies
|
| Domain |
Account Domain.
|
| CheckInterval |
Minutes between sync.
|
| FetchSize |
Bytes to download for a message.
|
| AttachmentFetchSize |
Maximum KiloBytes (KB) for attachments to be downloaded.
|
| AgeFilter |
Last number of days of messages to display.
|
| SmtpAuthentication |
SMTP uses authentication.
|
| IncomingServer |
Server for incoming messages.
|
| OutgoingServer |
Server for outgoing messages.
|
| RequireSsl |
Account uses SSL.
|
| AlternativeSmtp |
Alternate SMTP account name.
|
| AlternativeSmtpDomain |
Alternate SMTP domain name.
|
| AlternativeSmtpEnabled |
Alternate SMTP enabled.
|
| AlternativeSmtpRequireSsl |
Alternate SMTP server requires SSL.
|
| SyncOnSend |
Indicates that a Send/Receive should be performed when a message is sent.
|
| SyncManuallyWhenRoaming |
Indicates that an account should only synchronise manually when roaming.
|
| SenderName |
The display name of the sender.
|
| SenderEmailAddress |
The email address of the sender.
|