|
|
|
Location:
FXUT.h
Link against: fxcm.lib
class TMsvFaxEntry
Supported from 6.0
Settings for a fax message entry in the message index.
This class extends the basic TMsvEntry
class. The extra settings are stored in the iMtmData members of the base class.
|
Defined in TMsvFaxEntry:
EMsvFineResolution, RenderingComplete(), Resolution(), SendingPage(), SendingRecipient(), SetRenderingComplete(), SetResolution(), SetSendingPage(), SetSendingRecipient(), SetTotalPages(), SetTotalRecipients(), TMsvFaxEntry(), TMsvFaxEntry(), TMsvFaxEntryFlags, TotalPages(), TotalRecipients()
Inherited from TMsvEntry:
Attachment(),
Complete(),
Connected(),
DecPcSyncCount(),
Deleted(),
ExternalizeL(),
Failed(),
Folder(),
Id(),
InPreparation(),
IncPcSyncCount(),
InternalizeL(),
MultipleRecipients(),
New(),
OffPeak(),
Operation(),
Owner(),
Parent(),
PcSyncCount(),
Priority(),
ReadOnly(),
Scheduled(),
SendingState(),
SetAttachment(),
SetComplete(),
SetConnected(),
SetFailed(),
SetInPreparation(),
SetMultipleRecipients(),
SetNew(),
SetOffPeak(),
SetOperation(),
SetPriority(),
SetReadOnly(),
SetScheduled(),
SetSendingState(),
SetStandardFolder(),
SetUnread(),
SetVisible(),
StandardFolder(),
Store(),
Unread(),
Visible(),
iBioType,
iDate,
iDescription,
iDetails,
iError,
iMtm,
iMtmData1,
iMtmData2,
iMtmData3,
iRelatedId,
iServiceId,
iSize,
iType,
iWdpPortNumber,
operator=(),
operator==()
TMsvFaxEntry(const TMsvEntry& aGenericEntry);
Copy constructor.
|
inline TInt16 SendingPage() const;
Gets the number of the page being currently sent.
If the fax is not being sent, the function panics.
|
inline void SetSendingPage(TInt16 aPage);
Sets the number of the page being currently sent.
|
inline TInt16 TotalPages() const;
Gets the total number of the pages being sent.
|
inline void SetTotalPages(TInt16 aTotal);
Sets the total number of the pages being sent.
|
inline TInt16 SendingRecipient() const;
Gets which recipient is being sent to.
Recipients are numbered from 0: i.e. 0 is the first recipient.
|
inline void SetSendingRecipient(TInt16 aRecipient);
Sets which recipient is being sent to.
Recipients are numbered from 0: i.e. 0 is the first recipient.
|
inline TInt16 TotalRecipients() const;
Gets the total number of recipients being sent to.
|
inline void SetTotalRecipients(TInt16 aTotal);
Sets the total number of recipients being sent to.
|
inline TFaxResolution Resolution() const;
Gets the fax resolution.
|
inline void SetResolution(TFaxResolution aResolution);
Sets the fax resolution.
|
inline TInt8 RenderingComplete() const;
Gets the percentage of the fax so far rendered.
The function panics if the fax is not being prepared to be sent.
|
inline void SetRenderingComplete(TInt8 aComplete);
Sets the percentage of the fax so far rendered.
The function panics if the fax is not being prepared to be sent.
|
private: TMsvFaxEntryFlags
This member is internal and not intended for use.
|