PersonalStorage.ExtractAttachments

ExtractAttachments(MessageInfo)

Extracts the attachments.

public MapiAttachmentCollection ExtractAttachments(MessageInfo messageInfo)
ParameterTypeDescription
messageInfoMessageInfoThe message information.

Return Value

The MapiAttachmentCollection that represents the collection of attachments.

See Also


ExtractAttachments(string)

Extracts the attachments.

public MapiAttachmentCollection ExtractAttachments(string entryId)
ParameterTypeDescription
entryIdStringThe message entryId.

Return Value

The MapiAttachmentCollection that represents the collection of attachments.

See Also