Unit uMapiStuff

Classes

TMAPIEvents -

Functions

HrAllocAdviseSink -

Types

PIMAPIAdviseSink
PNotificationsArray
TMAPINotifyEvent
TNotificationsArray

Constants

Variables


Functions


procedure HrAllocAdviseSink(Callback: pointer; Sender: pointer; Sink: PIMAPIAdviseSink);


Types


PIMAPIAdviseSink = ^IMAPIAdviseSink

PNotificationsArray = ^TNotificationsArray

TMAPINotifyEvent = function(Sender:TObject; NumEntries: longint;
            Notifications :PNotificationsArray): longint

TNotificationsArray = array [0..MaxInt div SizeOf(TNotification) -1] of TNotification;

Constants


Variables