_MSG_ACCOUNT_S Struct Reference

#include <Msg_Mapi_Account.h>


Detailed Description

Represents an account.

All the fields except for pExData contain common information for an account. The field pExData points to the user customized structure. This customized structure should be used by application and message storage plugin.

For the more detailed information of account, please refer to OverviewStructureAccount. This structure is extendable. Please refer to Extendability (see Messaging API [2]) .


Data Fields

MSG_ACCOUNT_ID_T accountId
MSG_STRING_S accountName
MSG_MESSAGE_TYPE_S msgType
MSG_FOLDER_ID_T rootFolderId
MSG_STORAGE_ID_T storageId
MSG_STORAGE_ID_T defaultMsgStorageId
size_t extDataSize
void * pExtData

Field Documentation

Indicates the unique account index.

Indicates the display name for this account.

Indicates the message type of an account, such as SMS, MMS, EMAIL and i-mode message.

Indicates the root folder which is assigned to this account.

Indicates the storage id in which this account (metadata and extension data) is stored.

Indicates default storage id for the message of this account

Indicates the size of pExtData

Used to add account extension data. For example, the mail box setting of Email account.


The documentation for this struct was generated from the following file:
Generated on Mon Mar 31 01:01:00 2008 by  doxygen 1.5.4