PersonalStorage.ExtractRecipients

ExtractRecipients(MessageInfo)

Extracts the recipients.

public MapiRecipientCollection ExtractRecipients(MessageInfo messageInfo)
ParameterTypeDescription
messageInfoMessageInfoThe message information.

Return Value

The MapiRecipientCollection that represents the collection of recipients.

See Also


ExtractRecipients(string)

Extracts the recipients.

public MapiRecipientCollection ExtractRecipients(string entryId)
ParameterTypeDescription
entryIdStringThe message entryId.

Return Value

The MapiRecipientCollection that represents the collection of recipients.

See Also