PersonalStorageExtractAttachments Method (MessageInfo)

Extracts the attachments.

Namespace:  Aspose.Email.Storage.Pst
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public MapiAttachmentCollection ExtractAttachments(
	MessageInfo messageInfo
)

Parameters

messageInfo
Type: Aspose.Email.Storage.PstMessageInfo
The message information.

Return Value

Type: MapiAttachmentCollection
The MapiAttachmentCollection that represents the collection of attachments.
See Also