|
|
|
Location:
FXUT.h
Link against: fxcm.lib
class CFaxHeader : public CArrayPtrFlat<CFaxRecipient>;
Supported from 6.0
Encapsulates recipient information for a fax, as an array of CFaxRecipient objects.
Objects of this type are held in the CMsvStore of the message.
|
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()
void StoreL(CMsvStore& aMsvStore) const;
Stores the fax header object to a message entry store.
The CMsvStore has to be opened for edit before the
settings are saved.
|
void RestoreL(const CMsvStore& aMessageStore);
Restores the fax header object from a message entry store.
|