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.
Public Member Functions | |
---|---|
CCalAttachmentFile(CCalAttachment &, CCalSessionImpl *) | |
~CCalAttachmentFile() | |
IMPORT_C const TDesC8 & | ContentId() |
IMPORT_C TDriveName | Drive() |
IMPORT_C void | FetchFileHandleL(RFile &) |
IMPORT_C const TTime & | LastModifiedTimeUtc() |
IMPORT_C void | LoadBinaryDataL() |
IMPORT_C void | SetContentIdL(const TDesC8 &) |
IMPORT_C void | SetDriveL(const TDesC &) |
IMPORT_C void | SetLastModifiedTimeUtc(const TTime &) |
IMPORT_C void | SetResourceL(RFile &) |
IMPORT_C TInt | Size() |
Private Attributes | |
---|---|
CAgnAttachmentFile * | iAttachmentImpl |
CCalSessionImpl * | iCalSessionImpl |
CCalAttachmentFile | ( | CCalAttachment & | aFile, |
CCalSessionImpl * | aCalSessionImpl | ||
) |
CCalAttachment & aFile | |
CCalSessionImpl * aCalSessionImpl |
IMPORT_C void | FetchFileHandleL | ( | RFile & | aFileHandle | ) | const |
RFile & aFileHandle |
IMPORT_C void | SetContentIdL | ( | const TDesC8 & | aContentId | ) |
const TDesC8 & aContentId |
IMPORT_C void | SetLastModifiedTimeUtc | ( | const TTime & | aUtcTime | ) |
const TTime & aUtcTime |