|
|
|
Location:
FXUT.h
Link against: fxcm.lib
class CFaxRecipient
Supported from 6.0
Encapsulates recipient information for a fax message.
Recipient information is stored as part of a fax headers, CFaxHeader, object.
|
Defined in CFaxRecipient:
CFaxRecipient(), ExternalizeL(), InternalizeL(), Name(), Number(), SendingPage(), SetNameL(), SetNumberL(), SetSendingPage(), iAttachmentResolution, iName, iNumber, iSendingPage, ~CFaxRecipient()
Inherited from CBase:
operator new()
Inherited from CMsvRecipient:
EFailedToSend,
ENotYetSent,
ESentSuccessfully,
Error(),
IncreaseRetries(),
ResetRetries(),
Retries(),
SetError(),
SetStatus(),
Status(),
TRecipientStatus,
Time()
void ExternalizeL(RWriteStream& aWriteStream) const;
Externalises the object to a write stream.
|
void InternalizeL(RReadStream& aReadStream);
Internalises the object from a read stream.
|
void SetNameL(const TDesC&);
Sets the recipient's name.
|
TPtrC8 Number() const;
Gets the recipient's number.
|
void SetNumberL(const TDesC8&);
Sets the recipient's number.
|
inline TInt16 SendingPage() const;
Gets the number of the page being currently sent.
|
inline void SetSendingPage(TInt16 aPage);
Sets the number of the page being currently sent.
|
private: TFaxResolution iAttachmentResolution;
This member is internal and not intended for use.
private: HBufC* iName;
This member is internal and not intended for use.