CImEncodedHeader Class Reference
class CImEncodedHeader : public CBase |
Encapsulates an undecoded Internet Mail header. This class encapsulates the 8 bit data of supported fields for the CImHeader prior to decoding. It allows this information to populate an associated CImHeader class for redecoding.
Constructor & Destructor Documentation
CImEncodedHeader()
CImEncodedHeader | ( | ) | [private] |
Member Functions Documentation
BccRecipients()
Gets a list of "Bcc" recipients.
BccRecipients()
Gets a const list of "Bcc" recipients.
CcRecipients()
Gets a list of "Cc" recipients.
CcRecipients()
Gets a const list of "Cc" recipients.
ConstructL()
void | ConstructL | ( | ) | [private] |
CopyFromHeaderL(const CImHeader &, TBool)
void | CopyFromHeaderL | ( | const CImHeader & | aFromHeader, |
| TBool | aDeleteExistingData = false |
| ) | |
CopyToHeaderL(CImHeader &)
DataSize()
Gets the combined length of all the field values stored.
DecodeCharset()
TUint
| DecodeCharset | ( | ) | const |
ExternalizeL(RMsvWriteStream &)
Externalises the settings to a specified stream.
From()
Gets the "From" header field.
This consists of an address and (possibly) an alias.
InternalizeL(RMsvReadStream &)
Internalises the settings from a specified stream.
NewL()
Allocates and creates a new CImHeader object, leaving the object on the cleanup stack.
NewLC()
Allocates and creates a new CImHeader object, leaving the object on the cleanup stack.
ReplyTo()
Gets the "ReplyTo" header field.
RestoreL(CMsvStore &)
Restores settings from a specified message store.
Parameters
CMsvStore & aMessageStore | Message store to read from |
SetDecodeCharset(TUint)
void | SetDecodeCharset | ( | TUint | aCharset | ) | |
SetFromL(const TDesC8 &)
void | SetFromL | ( | const TDesC8 & | aFrom | ) | |
Sets the "From" header field.
Parameters
const TDesC8 & aFrom | Field value |
SetReplyToL(const TDesC8 &)
void | SetReplyToL | ( | const TDesC8 & | aReplyTo | ) | |
Sets the "ReplyTo" header field.
Parameters
const TDesC8 & aReplyTo | Field value |
SetSubjectL(const TDesC8 &)
void | SetSubjectL | ( | const TDesC8 & | aSubject | ) | |
Sets the "Subject" header field.
Parameters
const TDesC8 & aSubject | Field value |
StoreL(CMsvStore &)
Stores settings to a specified message store.
Parameters
CMsvStore & aMessageStore | Message store to write to |
Subject()
Gets the "Subject" header field.
ToRecipients()
Gets a const list of "To" recipients.
Member Data Documentation
TUint
iDecodeCharset
TUint
| iDecodeCharset | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.