class TImImailFileProgress |
Status information about the SMTP message which is being sent.
Public Attributes | |
---|---|
TInt | iBytesSent |
TInt | iBytesToSend |
TSmtpSessionState | iSessionState |
TInt | iBytesSent |
Amount of data from the message already sent to the server in bytes.
Note that the SMTP MTM encodes the text and binary data inside an email message while it is sending the data. As a result, iBytesToSend is likely to increase (by as much as one third) while a message is being sent. The size increase represents all additional bytes which have been added to the RFC 822 message to encode the data.
TInt | iBytesToSend |
Amount of data from the message still to be sent to the server in bytes.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.