mapi_object

Langue: en

Version: 382974 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

mapi_object -

SYNOPSIS


#include <mapi_object.h>

Data Fields


mapi_handle_t handle

uint64_t id

uint8_t logon_id

void * private_data

struct mapi_session * session

bool store

Detailed Description

Examples:

fetchappointment.c, and fetchmail.c.

Field Documentation

mapi_handle_t mapi_object::handle

Referenced by mapi_object_copy(), mapi_object_debug(), mapi_object_get_handle(), mapi_object_release(), and mapi_object_set_handle().

uint64_t mapi_object::id

Referenced by mapi_object_copy(), mapi_object_debug(), mapi_object_get_id(), and mapi_object_set_id().

uint8_t mapi_object::logon_id

Referenced by mapi_object_copy(), mapi_object_get_logon_id(), mapi_object_release(), and mapi_object_set_logon_id().

void* mapi_object::private_data

Referenced by CreateBookmark(), ExpandRow(), FindRow(), FreeBookmark(), GetDefaultFolder(), GetDefaultPublicFolder(), GetOutboxFolder(), GetRecipientTable(), IsMailboxFolder(), mapi_object_bookmark_debug(), mapi_object_bookmark_find(), mapi_object_bookmark_get_count(), mapi_object_copy(), mapi_object_release(), mapi_object_table_init(), OpenEmbeddedMessage(), OpenMessage(), OpenPublicFolder(), OpenUserMailbox(), QueryColumns(), QueryRows(), ReloadCachedInformation(), SetCollapseState(), and SetColumns().

struct mapi_session* mapi_object::session

Referenced by mapi_object_copy(), mapi_object_get_session(), mapi_object_release(), and mapi_object_set_session().

bool mapi_object::store

Referenced by mapi_object_release(), and mapi_object_set_logon_store().

Author

Generated automatically by Doxygen for MAPIClientLibraries from the source code.