PersonalStorageExtractAttachments Method (String)

Extracts the attachments.

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

Parameters

entryId
Type: SystemString
The message entryId.

Return Value

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