OnGetMsgSize Event

Occurs when an email's size is received.

[Syntax]
C++: HRESULT OnGetMsgSize( long lSize, long lMsg )
Visual Basic: Object_OnGetMsgSize( ByVal lSize As Long, ByVal lMsg As Long )
C#: void OnGetMsgSize( int lSize, int lMsg )

Parameters

lSize

Size of the email in bytes.

lMsg

Sequence number of the email

Remarks

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

See Also

Asynchronous Property
GetMsgSize Method
Terminate Method


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