windows.mapi

\ mapi.d * * Windows API header module * * Translated from MinGW Windows headers * by Stewart Gordon * * Placed into public domain * \**********************************************************************

Members

Aliases

FLAGS, LHANDLE
alias FLAGS, LHANDLE = uint
Undocumented in source.
LPLHANDLE, LPULONG
alias LPLHANDLE, LPULONG = uint*
Undocumented in source.
LPMAPIADDRESS
alias LPMAPIADDRESS = ULONG function(LHANDLE, ULONG, LPSTR, ULONG, LPSTR, ULONG, lpMapiRecipDesc, FLAGS, ULONG, LPULONG, lpMapiRecipDesc*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPIDELETEMAIL
alias LPMAPIDELETEMAIL = ULONG function(LHANDLE lpSession, ULONG, LPSTR, FLAGS, ULONG)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPIDETAILS
alias LPMAPIDETAILS = ULONG function(LHANDLE, ULONG, lpMapiRecipDesc, FLAGS, ULONG)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPIFINDNEXT
alias LPMAPIFINDNEXT = ULONG function(LHANDLE, ULONG, LPSTR, LPSTR, FLAGS, ULONG, LPSTR)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPIFREEBUFFER
alias LPMAPIFREEBUFFER = ULONG function(LPVOID lpv)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPILOGOFF
alias LPMAPILOGOFF = ULONG function(LHANDLE, ULONG, FLAGS, ULONG)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPILOGON
alias LPMAPILOGON = ULONG function(ULONG, LPSTR, LPSTR, FLAGS, ULONG, LPLHANDLE)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPIREADMAIL
alias LPMAPIREADMAIL = ULONG function(LHANDLE, ULONG, LPSTR, FLAGS, ULONG, lpMapiMessage*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPIRESOLVENAME
alias LPMAPIRESOLVENAME = ULONG function(LHANDLE, ULONG, LPSTR, FLAGS, ULONG, lpMapiRecipDesc*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPISAVEMAIL
alias LPMAPISAVEMAIL = ULONG function(LHANDLE, ULONG, lpMapiMessage, FLAGS, ULONG, LPSTR)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPISENDDOCUMENTS
alias LPMAPISENDDOCUMENTS = ULONG function(ULONG, LPSTR, LPSTR, LPSTR, ULONG)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LPMAPISENDMAIL
alias LPMAPISENDMAIL = ULONG function(LHANDLE, ULONG, lpMapiMessage, FLAGS, ULONG)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
lpMapiFileDesc
alias lpMapiFileDesc = MapiFileDesc*
Undocumented in source.
lpMapiFileTagExt
alias lpMapiFileTagExt = MapiFileTagExt*
Undocumented in source.
lpMapiMessage
alias lpMapiMessage = MapiMessage*
Undocumented in source.
lpMapiRecipDesc
alias lpMapiRecipDesc = MapiRecipDesc*
Undocumented in source.

Enums

MAPI_ORIG
anonymousenum MAPI_ORIG
Undocumented in source.
SUCCESS_SUCCESS
anonymousenum SUCCESS_SUCCESS
Undocumented in source.

Functions

MAPIAddress
ULONG MAPIAddress(LHANDLE , ULONG , LPSTR , ULONG , LPSTR , ULONG , lpMapiRecipDesc , FLAGS , ULONG , LPULONG , lpMapiRecipDesc* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPIDeleteMail
ULONG MAPIDeleteMail(LHANDLE lpSession, ULONG , LPSTR , FLAGS , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPIDetails
ULONG MAPIDetails(LHANDLE , ULONG , lpMapiRecipDesc , FLAGS , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPIFindNext
ULONG MAPIFindNext(LHANDLE , ULONG , LPSTR , LPSTR , FLAGS , ULONG , LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPIFreeBuffer
ULONG MAPIFreeBuffer(LPVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPIGetNetscapeVersion
ULONG MAPIGetNetscapeVersion()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPILogoff
ULONG MAPILogoff(LHANDLE , ULONG , FLAGS , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPILogon
ULONG MAPILogon(ULONG , LPSTR , LPSTR , FLAGS , ULONG , LPLHANDLE )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPIReadMail
ULONG MAPIReadMail(LHANDLE , ULONG , LPSTR , FLAGS , ULONG , lpMapiMessage* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPIResolveName
ULONG MAPIResolveName(LHANDLE , ULONG , LPSTR , FLAGS , ULONG , lpMapiRecipDesc* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPISaveMail
ULONG MAPISaveMail(LHANDLE , ULONG , lpMapiMessage lpszMessage, FLAGS , ULONG , LPSTR )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPISendDocuments
ULONG MAPISendDocuments(ULONG , LPSTR , LPSTR , LPSTR , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPISendMail
ULONG MAPISendMail(LHANDLE , ULONG , lpMapiMessage , FLAGS , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAPI_NSCP_SynchronizeClient
ULONG MAPI_NSCP_SynchronizeClient(LHANDLE , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Structs

MapiFileDesc
struct MapiFileDesc
Undocumented in source.
MapiFileTagExt
struct MapiFileTagExt
Undocumented in source.
MapiMessage
struct MapiMessage
Undocumented in source.
MapiRecipDesc
struct MapiRecipDesc
Undocumented in source.

Variables

MAPI_AB_NOMODIFY
auto MAPI_AB_NOMODIFY;
Undocumented in source.
MAPI_BODY_AS_FILE
auto MAPI_BODY_AS_FILE;
Undocumented in source.
MAPI_DIALOG
auto MAPI_DIALOG;
Undocumented in source.
MAPI_ENVELOPE_ONLY
auto MAPI_ENVELOPE_ONLY;
Undocumented in source.
MAPI_FORCE_DOWNLOAD
auto MAPI_FORCE_DOWNLOAD;
Undocumented in source.
MAPI_GUARANTEE_FIFO
auto MAPI_GUARANTEE_FIFO;
Undocumented in source.
MAPI_LOGOFF_SHARED
auto MAPI_LOGOFF_SHARED;
Undocumented in source.
MAPI_LOGOFF_UI
auto MAPI_LOGOFF_UI;
Undocumented in source.
MAPI_LOGON_UI
auto MAPI_LOGON_UI;
Undocumented in source.
MAPI_LONG_MSGID
auto MAPI_LONG_MSGID;
Undocumented in source.
MAPI_NEW_SESSION
auto MAPI_NEW_SESSION;
Undocumented in source.
MAPI_OLE
auto MAPI_OLE;
Undocumented in source.
MAPI_OLE_STATIC
auto MAPI_OLE_STATIC;
Undocumented in source.
MAPI_PEEK
auto MAPI_PEEK;
Undocumented in source.
MAPI_RECEIPT_REQUESTED
auto MAPI_RECEIPT_REQUESTED;
Undocumented in source.
MAPI_SENT
auto MAPI_SENT;
Undocumented in source.
MAPI_SUPPRESS_ATTACH
auto MAPI_SUPPRESS_ATTACH;
Undocumented in source.
MAPI_UNREAD
auto MAPI_UNREAD;
Undocumented in source.
MAPI_UNREAD_ONLY
auto MAPI_UNREAD_ONLY;
Undocumented in source.

Meta