NAME

MAPISendMail  (MAPI32.211)

SYNOPSIS

 ULONG MAPISendMail
 (
  LHANDLE       session,
  ULONG_PTR     uiparam,
  lpMapiMessage message,
  FLAGS         flags,
  ULONG         reserved
 )

DESCRIPTION

Send a mail.

PARAMS

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.

RETURNS

Success: SUCCESS_SUCCESS

Failure: MAPI_E_FAILURE

IMPLEMENTATION

Declared in "mapi.h". https://source.winehq.org/source/include/mapi.h

Implemented in "dlls/mapi32/sendmail.c". https://source.winehq.org/source/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 Apr 2024.