Occurs when the client is receiving the e-mail data from mail server.
[Visual Basic 6.0] Public Sub Object_OnReceivingDataStream( _ ByVal sender As Object, _ ByVal info As Object, _ ByVal received As Long, _ ByVal total As Long, _ ByRef cancel As Boolean _ )
[Visual C++] public: HRESULT OnReceivingDataStreamEventHandler( IDispatch* sender, IDispatch* info, LONG received, LONG total, VARIANT_BOOL* cancel );
Event Data
Remarks
Example
To get the full samples of EAGetMail, please refer to Samples section.
Online Tutorials
Retrieve Email with Event Handler in VB6 - Tutorial
Retrieve Email with Event Handler in Delphi - Tutorial
Retrieve Email with Event Handler in VC++- Tutorial