Occurs when the client is sending the e-mail data (Append) to the IMAP4 server.
[VisualĀ Basic 6.0]
Public Sub Object_OnSendingDataStream( _ ByVal sender As Object, _ ByVal sent
As Long, _ ByVal total As Long, _ ByRef cancel As Boolean _
)
[Visual C++]
public: HRESULT OnSendingDataStream( IDispatch* sender, LONG sent,
LONG total, VARIANT_BOOL* cancel );
Event Data
Remarks
Example
To get the full samples of EAGetMail, please refer to Samples section.