OnRetrieved Event

Occurs when an email is received by POPMAIN object.

[Syntax]
C++: HRESULT OnRetrieved( BSTR sData, long lCount )
Visual Basic: Object_OnReceived( ByVal sData As String, ByVal lCount As Long )
C#: void OnRetrieved( string sData, int lCount )

Parameters

sData

Raw string of the received email.

lCount

Sequence number of the email.

Remarks

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

See Also

Asynchronous Property
Retreive Method
Terminate Method


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