HTTPMAILPROPTYPE enumeration
[HTTPMAILPROPTYPE is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]
HTTPMail root property types.
Syntax
typedef enum tagHTTPMAILPROPTYPE {
HTTPMAIL_PROP_INVALID = 0,
HTTPMAIL_PROP_ADBAR = 1,
HTTPMAIL_PROP_CONTACTS = 2,
HTTPMAIL_PROP_INBOX = 3,
HTTPMAIL_PROP_OUTBOX = 4,
HTTPMAIL_PROP_SENDMSG = 5,
HTTPMAIL_PROP_SENTITEMS = 6,
HTTPMAIL_PROP_DELETEDITEMS = 7,
HTTPMAIL_PROP_DRAFTS = 8,
HTTPMAIL_PROP_MSGFOLDERROOT = 9,
HTTPMAIL_PROP_SIG = 10,
HTTPMAIL_PROP_MAXPOLLINGINTERVAL = 11,
HTTPMAIL_PROP_LAST = 12
} ACCESSTYPE;
Constants
-
HTTPMAIL_PROP_INVALID
-
Indicates an invalid property.
-
HTTPMAIL_PROP_ADBAR
-
The URL in the address bar.
-
HTTPMAIL_PROP_CONTACTS
-
The URL of the Contacts folder.
-
HTTPMAIL_PROP_INBOX
-
The URL of the Inbox folder.
-
HTTPMAIL_PROP_OUTBOX
-
The URL of the Outbox folder.
-
HTTPMAIL_PROP_SENDMSG
-
The URI to which to submit outgoing mail.
-
HTTPMAIL_PROP_SENTITEMS
-
The URL of the Sent Items folder.
-
HTTPMAIL_PROP_DELETEDITEMS
-
The URL of the Deleted Items folder.
-
HTTPMAIL_PROP_DRAFTS
-
The URL of the Drafts folder.
-
HTTPMAIL_PROP_MSGFOLDERROOT
-
The URL of the mailbox folder root.
-
HTTPMAIL_PROP_SIG
-
The URL of the folder where signature files are kept.
-
HTTPMAIL_PROP_MAXPOLLINGINTERVAL
-
The maximum length of time between background polls for new mail.
Note
Use GetPropertyDw to retrieve the value of this property.
-
HTTPMAIL_PROP_LAST
-
Indicates the end of the enumeration.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Product |
Outlook Express 6.0 |
Header |
|
IDL |
|