MMRAttachment Class Reference

class MMRAttachment

MMRAttachment defines interface for meeting request attachments.

FSFWCommonLib
Since
S60 v3.1

Constructor & Destructor Documentation

~MMRAttachment()

~MMRAttachment()[inline, virtual]

Virtual destructor.

Member Functions Documentation

AttachmentFileNameL()

const TDesC &AttachmentFileNameL()const [pure virtual]

Fetches attachment file name.

Exceptions
System

wide error code.

AttachmentHandleL()

const RFile &AttachmentHandleL()const [pure virtual]

Fetches handle to attachment. Handle can be used for reading the attachment contents.

Exceptions
System

wide error codes.

AttachmentSizeL()

TInt AttachmentSizeL()const [pure virtual]

Fetches attachment size in bytes.

Exceptions
System

wide error code.