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
)
Public Function ExtractAttachments (
entryId As String
) As MapiAttachmentCollection
public:
MapiAttachmentCollection^ ExtractAttachments(
String^ entryId
)
member ExtractAttachments :
entryId : string -> MapiAttachmentCollection
Parameters
- entryId
- Type: SystemString
The message entryId.
Return Value
Type:
MapiAttachmentCollectionThe
MapiAttachmentCollection that represents the collection of attachments.
See Also