Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SMTPSET.H>

Class TImImailFileProgress

class TImImailFileProgress;

Description

Status information about the SMTP message which is being sent.

Members

Defined in TImImailFileProgress:


Member data


iBytesSent

TInt iBytesSent;

Description

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.


iBytesToSend

TInt iBytesToSend;

Description

Amount of data from the message still to be sent to the server in bytes.


iSessionState

TSmtpSessionState iSessionState;

Description

Sending state.