Occurs when the client has sent a command to the mail server.
[Visual Basic 6.0] Public Sub Object_OnSendCommand( _ ByVal sender As Object, _ ByVal data As Variant, _ ByVal dataStream As Boolean, _ ByRef cancel As Boolean _ )
[Visual C++] public: HRESULT OnSendCommandEventHandler( IDispatch* sender, VARIANT data, VARIANT_BOOL dataStream, 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