MAPISendMail (MAPI32.211)
ULONG MAPISendMail ( LHANDLE session, ULONG_PTR uiparam, lpMapiMessage message, FLAGS flags, ULONG reserved )
Send a mail.
session | [In] | Handle to a MAPI session. |
uiparam | [In] | Parent window handle. |
message | [In] | Pointer to a MAPIMessage structure. |
flags | [In] | Flags. |
reserved | [In] | Reserved, pass 0. |
Success: SUCCESS_SUCCESS
Failure: MAPI_E_FAILURE
Declared in "include/mapi.h". gitlab.winehq.org/wine/wine/blob/master/include/mapi.h
Implemented in "dlls/mapi32/sendmail.c". gitlab.winehq.org/wine/wine/blob/master/dlls/mapi32/sendmail.c
Debug channel "mapi".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.