Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: FXUT.h
Link against: fxcm.lib

Class CFaxHeader

class CFaxHeader : public CArrayPtrFlat<CFaxRecipient>;

Support

Supported from 6.0

Description

Encapsulates recipient information for a fax, as an array of CFaxRecipient objects.

Objects of this type are held in the CMsvStore of the message.

Derivation

CArrayFixA thin templated base class for arrays of fixed length objects
CArrayFixBaseBase class for arrays of fixed length objects
CArrayPtrA thin templated base class for arrays of pointers to objects
CArrayPtrFlatArray of pointers to objects implemented using a flat dynamic buffer
CBaseBase class for all classes to be instantiated on the heap
CFaxHeaderEncapsulates recipient information for a fax, as an array of CFaxRecipient objects
CFaxRecipientEncapsulates recipient information for a fax message
CMsvRecipientBase class for information relating to a message recipient

Defined in CFaxHeader:
CFaxHeader(), RestoreL(), StoreL(), ~CFaxHeader()

Inherited from CArrayFix:
AppendL(), AppendL()Append, Array(), At(), Back(), End(), ExpandL(), ExtendL(), Find(), FindIsq(), InsertIsqAllowDuplicatesL(), InsertIsqL(), InsertL(), ResizeL(), operator[]

Inherited from CArrayFixBase:
Compress(), Count(), Delete(), Length(), Reset(), Sort()

Inherited from CArrayPtr:
ResetAndDestroy()

Inherited from CArrayPtrFlat:
SetReserveL()

Inherited from CBase:
operator new()

Inherited from CFaxRecipient:
ExternalizeL(), InternalizeL(), Name(), Number(), SendingPage(), SetNameL(), SetNumberL(), SetSendingPage()

Inherited from CMsvRecipient:
EFailedToSend, ENotYetSent, ESentSuccessfully, Error(), IncreaseRetries(), ResetRetries(), Retries(), SetError(), SetStatus(), Status(), TRecipientStatus, Time()


Construction and destruction


CFaxHeader()

CFaxHeader();

Description

Default constructor.


~CFaxHeader()

~CFaxHeader();

Description

Destructor.

[Top]


Member Functions


StoreL()

void StoreL(CMsvStore& aMsvStore) const;

Description

Stores the fax header object to a message entry store.

The CMsvStore has to be opened for edit before the settings are saved.

Parameters

CMsvStore& aMsvStore

The message entry store.


RestoreL()

void RestoreL(const CMsvStore& aMessageStore);

Description

Restores the fax header object from a message entry store.

Parameters

const CMsvStore& aMessageStore

The message entry store.