class MMRAttachment |
MMRAttachment defines interface for meeting request attachments.
Public Member Functions | |
---|---|
~MMRAttachment() | |
const TDesC & | AttachmentFileNameL() |
const RFile & | AttachmentHandleL() |
TInt | AttachmentSizeL() |
const TDesC & | AttachmentFileNameL | ( | ) | const [pure virtual] |
Fetches attachment file name.
System |
wide error code. |
const RFile & | AttachmentHandleL | ( | ) | const [pure virtual] |
Fetches handle to attachment. Handle can be used for reading the attachment contents.
System |
wide error codes. |
TInt | AttachmentSizeL | ( | ) | const [pure virtual] |
Fetches attachment size in bytes.
System |
wide error code. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.