|
|
|
IXPLogon Interface |
|
IID_IXPLogon |
{00020315-0000-0000-C000-000000000046} |
|
The IXPLogon interface is used to give the MAPI spooler access to a transport provider.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IXPLogon Methods |
Description |
|
AddressTypes |
Returns the types of recipients that the transport provider handles. |
|
RegisterOptions |
Returns the options that are supported by the transport provider for an address type to the MAPI spooler. |
|
TransportNotify |
Signals the occurrence of an event about which the transport provider has requested notification. |
|
Idle |
Indicates that the system is idle, allowing the transport provider to perform low-priority operations. |
|
TransportLogoff |
Initiates the logoff process. |
|
SubmitMessage |
Indicates that the MAPI spooler has a message for the transport provider to deliver. |
|
EndMessage |
Informs the transport provider that the MAPI spooler has completed its processing on an outbound message. |
|
Poll |
Indicates whether or not the transport provider has received one or more inbound messages. |
|
StartMessage |
Initiates the transfer of an inbound message from the transport provider to the MAPI spooler. |
|
OpenStatusEntry |
Opens the transport provider's status object. |
|
ValidState |
Checks the transport provider's external status. |
|
FlushQueues |
Requests that the transport provider immediately deliver all pending inbound or outbound messages. |
|
AddressTypes |
|
FUNCTION
IXPLogon_AddressTypes ( _
|
|
RegisterOptions |
|
FUNCTION
IXPLogon_RegisterOptions ( _
|
|
TransportNotify |
|
FUNCTION
IXPLogon_TransportNotify ( _
|
|
Idle |
|
FUNCTION IXPLogon_Idle
( _ |
|
Logoff |
|
FUNCTION
IXPLogon_TransportLogoff ( _ |
|
SubmitMessage |
|
FUNCTION
IXPLogon_SubmitMessage ( _ |
|
EndMessage |
|
FUNCTION
IXPLogon_EndMessage ( _ |
|
Poll |
|
FUNCTION IXPLogon_Poll
( _ |
|
StartMessage |
|
FUNCTION
IXPLogon_StartMessage ( _ |
|
OpenStatusEntry |
|
FUNCTION
IXPLogon_OpenStatusEntry ( _ |
|
ValidateState |
|
FUNCTION
IXPLogon_ValidateState ( _ |
|
FlushQueues |
|
FUNCTION
IXPLogon_FlushQueues ( _ |
Page last updated on Monday, 03 April 2006 20:19:48 +0200