Properties (Account management API)
This section describes the properties in the Account Management API.
Property | Description |
---|---|
PidTagNextSendAcct |
This is the secondary account "send" stamp for the message. |
PidTagPrimarySendAccount |
This is the primary account "send" stamp for a message. |
PROP_ACCT_DELIVERY_FOLDER |
Represents the Entry ID of the default delivery folder for the account. |
PROP_ACCT_DELIVERY_STORE |
Represents the Entry ID of the default delivery store for the account. |
PROP_ACCT_ID |
Returns an identifier that uniquely identifies an account within the profile in which the account is created. |
PROP_ACCT_IS_EXCH |
True if the account is an Exchange account. |
PROP_ACCT_MINI_UID |
Returns an account identifier that is unique across Outlook profiles. |
PROP_ACCT_NAME |
Returns or sets the account name. |
PROP_ACCT_PREFERENCES_UID |
Retrieves the unique identifier (UID) for the profile section that stores the account preferences. |
PROP_ACCT_SEND_STAMP |
Returns the account "send" stamp. |
PROP_ACCT_SENTITEMS_EID |
Represents the Entry ID of the default folder for sent items for the account. |
PROP_ACCT_STAMP |
Returns the account stamp. |
PROP_ACCT_USER_EMAIL_ADDR |
Specifies the email address for the account. |
PROP_ACCT_USER_DISPLAY_NAME |
Returns or sets the user display name. |
PROP_INET_PASSWORD |
Represents the user password for a general Internet mailbox. |
PROP_INET_PORT |
Represents the port number for a general Internet mailbox. |
PROP_INET_SERVER |
Represents the server name of a general Internet mailbox. |
PROP_INET_SSL |
Specifies whether Secure Socket Layer (SSL) should be used for a general Internet mailbox. |
PROP_INET_USE_SPA |
Specifies whether Secure Password Authentication (SPA) should be used for a general Internet mailbox. |
PROP_INET_USER |
Represents the user name for a general Internet mailbox. |
PROP_MAPI_EMSMDB_UID |
Represents an ACCT_BIN structure that contains the UID of an Exchange account. |
PROP_MAPI_IDENTITY_ENTRYID |
Retrieves or sets the address book entry ID for the account. |
PROP_MAPI_TRANSPORT_FLAGS |
Represents transport settings that Outlook uses to determine the necessary synchronization tasks and to disable the user interface (UI) elements that the account does not support. |
PROP_POP_LEAVE_ON_SERVER |
Specifies leaving a copy of a message on the server for a POP account. |
PROP_SMTP_AUTH_METHOD |
Specifies the authentication method to use for the SMTP account. |
PROP_SMTP_PASSWORD |
Represents the password of the SMTP account. |
PROP_SMTP_PORT |
Represents the port number of the SMTP account. |
PROP_SMTP_SECURE_CONNECTION |
Specifies the type of encrypted connection to use for an SMTP account. |
PROP_SMTP_SERVER |
Represents the server name of the SMTP account. |
PROP_SMTP_SSL |
Specifies whether to use Secure Socket Layer (SSL) protocol for the SMTP account. |
PROP_SMTP_USE_AUTH |
Specifies whether to use authentication for the SMTP account. |
PROP_SMTP_USE_SPA |
Specifies whether to use Secure Password Authentication (SPA) for the SMTP account. |
PROP_SMTP_USER |
Represents the user name for the SMTP account. |