OnGetMsgID Event

Occurs when a message identifier is received.

[Syntax]
C++: HRESULT OnGetMsgID( BSTR sMsgID, long lMsg )
Visual Basic: Object_OnGetMsgID( ByVal sMsgID As String, ByVal lMsg As Long )
C#: void OnGetMsgID( string sMsgID, int lMsg )

Parameters

sMsgID

Unique identifier of this email.

lMsg

Sequence number of this email

Remarks

If an application performs Asynchronous GetMsgID Method, this event is fired when the task is finished.

See Also

Asynchronous Property
GetMsgID Method
Terminate Method


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