OnReceiving Event

Occurs while POPMAIN object is receiving an email from server.

[Syntax]
C++: HRESULT OnReceiving( long lBytes, long lCount )
Visual Basic: Object_OnReceiving( ByVal lBytes As Long, ByVal lCount As Long )
C#: void OnReceiving( int lBytes, int lCount )

Parameters

lBytes

Bytes count of the email recently received.

lCount

Sequence number of the email.

Remarks

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

See Also

Asynchronous Property
Retreive Method
Terminate Method


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