PersonalStorage.ExtractAttachments
ExtractAttachments(MessageInfo)
Extracts the attachments.
public MapiAttachmentCollection ExtractAttachments(MessageInfo messageInfo)
Parameter | Type | Description |
---|---|---|
messageInfo | MessageInfo | The message information. |
Return Value
The MapiAttachmentCollection
that represents the collection of attachments.
See Also
- class MapiAttachmentCollection
- class MessageInfo
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email
ExtractAttachments(string)
Extracts the attachments.
public MapiAttachmentCollection ExtractAttachments(string entryId)
Parameter | Type | Description |
---|---|---|
entryId | String | The message entryId. |
Return Value
The MapiAttachmentCollection
that represents the collection of attachments.
See Also
- class MapiAttachmentCollection
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email