Unit MapiW
Uses Classes, Interfaces, Objects and Records Constants Variables
Description
MapiW unit defines Mapi interface for Unicode version of MAPISendMailW. It is used mainly by rMapiMail component but can be used also independently.
Overview
Functions and Procedures
Types
Description
Functions and Procedures
function CheckMapiLibrary: boolean; |
check if Mapi library can be initialized
|
function CheckMapiUnicode: boolean; |
check if Mapi library supports unicode email
|
function MapiSendMailW(lhSession: LHANDLE; ulUIParam: Cardinal; var lpMessageW: TMapiMessageW; flFlags: FLAGS; ulReserved: Cardinal): Cardinal; |
send Mapi email with unicode support
|
Types
TMapiRecipDescW = MapiRecipDescW; |
System-specific recipient reference
|
TMapiFileDescW = MapiFileDescW; |
Attachment file type (can be lpMapiFileTagExt)
|
TMapiMessageW = MapiMessageW; |
Attachment descriptors
|
Author
Created
Feb 2016
Last Modified
Feb 2016
Generated by PasDoc 0.15.0.
|