CCalAttachmentFile Class Reference

class CCalAttachmentFile : public CBase

Class providing an interface to access the file attachment functionality of a CCalAttachment object.

This can be accessed using the CCalAttachment::FileAttachment function on any attachment of type CCalAttachment::EFile.

Inherits from

Constructor & Destructor Documentation

CCalAttachmentFile(CCalAttachment &, CCalSessionImpl *)

CCalAttachmentFile(CCalAttachment &aFile,
CCalSessionImpl *aCalSessionImpl
)

Parameters

CCalAttachment & aFile
CCalSessionImpl * aCalSessionImpl

~CCalAttachmentFile()

~CCalAttachmentFile()

Member Functions Documentation

ContentId()

IMPORT_C const TDesC8 &ContentId()const

Drive()

IMPORT_C TDriveNameDrive()const

FetchFileHandleL(RFile &)

IMPORT_C voidFetchFileHandleL(RFile &aFileHandle)const

Parameters

RFile & aFileHandle

LastModifiedTimeUtc()

IMPORT_C const TTime &LastModifiedTimeUtc()const

LoadBinaryDataL()

IMPORT_C voidLoadBinaryDataL()

SetContentIdL(const TDesC8 &)

IMPORT_C voidSetContentIdL(const TDesC8 &aContentId)

Parameters

const TDesC8 & aContentId

SetDriveL(const TDesC &)

IMPORT_C voidSetDriveL(const TDesC &aDrive)

Parameters

const TDesC & aDrive

SetLastModifiedTimeUtc(const TTime &)

IMPORT_C voidSetLastModifiedTimeUtc(const TTime &aUtcTime)

Parameters

const TTime & aUtcTime

SetResourceL(RFile &)

IMPORT_C voidSetResourceL(RFile &aFileHandle)

Parameters

RFile & aFileHandle

Size()

IMPORT_C TIntSize()const

Member Data Documentation

CAgnAttachmentFile * iAttachmentImpl

CAgnAttachmentFile *iAttachmentImpl[private]

CCalSessionImpl * iCalSessionImpl

CCalSessionImpl *iCalSessionImpl[private]