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 TDriveName Drive ( ) const

FetchFileHandleL(RFile &)

IMPORT_C void FetchFileHandleL ( RFile & aFileHandle ) const

Parameters

RFile & aFileHandle

LastModifiedTimeUtc()

IMPORT_C const TTime & LastModifiedTimeUtc ( ) const

LoadBinaryDataL()

IMPORT_C void LoadBinaryDataL ( )

SetContentIdL(const TDesC8 &)

IMPORT_C void SetContentIdL ( const TDesC8 & aContentId )

Parameters

const TDesC8 & aContentId

SetDriveL(const TDesC &)

IMPORT_C void SetDriveL ( const TDesC & aDrive )

Parameters

const TDesC & aDrive

SetLastModifiedTimeUtc(const TTime &)

IMPORT_C void SetLastModifiedTimeUtc ( const TTime & aUtcTime )

Parameters

const TTime & aUtcTime

SetResourceL(RFile &)

IMPORT_C void SetResourceL ( RFile & aFileHandle )

Parameters

RFile & aFileHandle

Size()

IMPORT_C TInt Size ( ) const

Member Data Documentation

CAgnAttachmentFile * iAttachmentImpl

CAgnAttachmentFile * iAttachmentImpl [private]

CCalSessionImpl * iCalSessionImpl

CCalSessionImpl * iCalSessionImpl [private]