diff -r ebc84c812384 -r 46218c8b8afa Symbian3/PDK/Source/GUID-1B363B7B-35E9-5CD9-BC44-A19D94DA1D21.dita --- a/Symbian3/PDK/Source/GUID-1B363B7B-35E9-5CD9-BC44-A19D94DA1D21.dita Thu Mar 11 15:24:26 2010 +0000 +++ b/Symbian3/PDK/Source/GUID-1B363B7B-35E9-5CD9-BC44-A19D94DA1D21.dita Thu Mar 11 18:02:22 2010 +0000 @@ -1,47 +1,47 @@ - - - - - -Removing -attachments from messagesThe messaging framework allows you to remove attachments from messages. -

Attachments to -a message may be removed.

- -Get the details -of the message to which you want to add an attachment using CMsvEntry::EditStoreL(). -This function returns CMsvStore in writable mode. - -Get an MMsvAttachmentManager attachment -manager for the message entry, using CMsvStore::AttachmentManagerL(). - - -Remove an attachment using the MMsvAttachmentManager::RemoveAttachmentL() function. -void CFoo::RemoveAttachL(TInt aNum) - { - ... - - TRequestStatus status; - - // Remove attachment with index aNum - attManager.RemoveAttachmentL(aNum, status); - - // Wait for request to complete - User::WaitForRequest(status); - - ... - } - - -
-Attachment -Tutorial -Messaging -Framework Overview + + + + + +Removing +attachments from messagesThe messaging framework allows you to remove attachments from messages. +

Attachments to +a message may be removed.

+ +Get the details +of the message to which you want to add an attachment using CMsvEntry::EditStoreL(). +This function returns CMsvStore in writable mode. + +Get an MMsvAttachmentManager attachment +manager for the message entry, using CMsvStore::AttachmentManagerL(). + + +Remove an attachment using the MMsvAttachmentManager::RemoveAttachmentL() function. +void CFoo::RemoveAttachL(TInt aNum) + { + ... + + TRequestStatus status; + + // Remove attachment with index aNum + attManager.RemoveAttachmentL(aNum, status); + + // Wait for request to complete + User::WaitForRequest(status); + + ... + } + + +
+Attachment +Tutorial +Messaging +Framework Overview
\ No newline at end of file