OnGetMsgHeader Event

Occurs when a message header is received.

[Syntax]
C++: HRESULT OnGetMsgHeader( BSTR sData, long lMsg )
Visual Basic: Object_OnGetMsgHeader( ByVal sData As String, ByVal lMsg As Long )
C#: void OnGetMsgHeader( string sData, int lMsg )

Parameters

sData

Raw string of message header.

lMsg

Sequence number of this email.

Remarks

If an application performs asynchronous GetMsgHeader method, this event is fired when the task is finished.

See Also

Asynchronous Property
GetMsgHeader Method
Terminate Method


2001-2007 © Copyright AdminSystem Software Limited. All rights reserved.