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.

NOTES

This is a temporary hack.

IMPLEMENTATION

Defined in "mapi.h".

Implemented in "dlls/mapi32/sendmail.c". source.winehq.org/source/dlls/mapi32/sendmail.c

Debug channel "mapi".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.