Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: miuthdr.h
Link against: imcm.lib

Class TMsvEmailEntry

TMsvEmailEntry

Support

Supported from 5.0

Description

Provides storage for and access to extra email specific information for a message.

The email specific data is stored in the reserved data members: iMtmData1, iMtmData2 and iMtmData3 of the TMsvEntry base class. These public data members must not be explicitly altered by clients.

Derivation

TMsvEmailEntryProvides storage for and access to extra email specific information for a message
TMsvEntryRepresents an entry in the Message Server index

Defined in TMsvEmailEntry:
AnsweredIMAP4Flag(), DeletedIMAP4Flag(), DraftIMAP4Flag(), Encrypted(), FlaggedIMAP4Flag(), GetIMAP4Flags(), LocalSubscription(), MHTMLEmail(), Mailbox(), MessageFolderType(), Orphan(), Receipt(), RecentIMAP4Flag(), SeenIMAP4Flag(), Signed(), Subscribed(), UID(), UnreadIMAP4Flag(), VCalendar(), VCard(), ValidUID()

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==()


GetIMAP4Flags()

void GetIMAP4Flags(TBool& rUnread,TBool& rSeen,TBool& rAnswered,TBool& rFlagged,TBool& rDeleted,TBool& rDraft,TBool& rRecent);

Description

POP3 MTM: not used

[Top]


MessageFolderType()

TImEmailFolderType MessageFolderType() const;

Description

POP3 MTM: not used

[Top]


Encrypted()

TBool Encrypted() const;

Description

POP3 MTM: not used

[Top]


Signed()

TBool Signed() const;

Description

POP3 MTM: not used

[Top]


VCard()

TBool VCard() const;

Description

Does the message contain a VCard attachment?

Return value

TBool

POP3 MTM: True, if the message contains a VCard attachment.

[Top]


VCalendar()

TBool VCalendar() const;

Description

Does the message contain a VCal attachment?

Return value

TBool

POP3 MTM: True, if the message contains a VCal attachment.

[Top]


Receipt()

TBool Receipt() const;

Description

Is receipt requested?

Return value

TBool

POP3 MTM: True, if the email message requests a receipt

[Top]


MHTMLEmail()

TBool MHTMLEmail() const;

Description

Is the message a MHTML message?

Return value

TBool

POP3 MTM: True, if the message is a MHTML message.

[Top]


UnreadIMAP4Flag()

TBool UnreadIMAP4Flag() const;

Description

POP3 MTM: not used.

[Top]


SeenIMAP4Flag()

TBool SeenIMAP4Flag() const;

Description

POP3 MTM: not used.

[Top]


AnsweredIMAP4Flag()

TBool AnsweredIMAP4Flag() const;

Description

POP3 MTM: not used.

[Top]


FlaggedIMAP4Flag()

TBool FlaggedIMAP4Flag() const;

Description

POP3 MTM: not used.

[Top]


DeletedIMAP4Flag()

TBool DeletedIMAP4Flag() const;

Description

POP3 MTM: not used.

[Top]


DraftIMAP4Flag()

TBool DraftIMAP4Flag() const;

Description

POP3 MTM: not used.

[Top]


RecentIMAP4Flag()

TBool RecentIMAP4Flag() const;

Description

POP3 MTM: not used.

[Top]


Mailbox()

TBool Mailbox() const;

Description

POP3 MTM: not used.

[Top]


Orphan()

TBool Orphan() const;

Description

POP3 MTM: not used.

[Top]


ValidUID()

TBool ValidUID() const;

Description

POP3 MTM: not used.

[Top]


Subscribed()

TBool Subscribed() const;

Description

POP3 MTM: not used.

[Top]


LocalSubscription()

TBool LocalSubscription() const;

Description

POP3 MTM: not used.

[Top]


UID()

TUint32 UID() const;

Description

POP3 MTM: not used.