PersonalStorage.ExtractRecipients
ExtractRecipients(MessageInfo)
Extracts the recipients.
public MapiRecipientCollection ExtractRecipients(MessageInfo messageInfo)
Parameter | Type | Description |
---|---|---|
messageInfo | MessageInfo | The message information. |
Return Value
The MapiRecipientCollection
that represents the collection of recipients.
See Also
- class MapiRecipientCollection
- class MessageInfo
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email
ExtractRecipients(string)
Extracts the recipients.
public MapiRecipientCollection ExtractRecipients(string entryId)
Parameter | Type | Description |
---|---|---|
entryId | String | The message entryId. |
Return Value
The MapiRecipientCollection
that represents the collection of recipients.
See Also
- class MapiRecipientCollection
- class PersonalStorage
- namespace Aspose.Email.Storage.Pst
- assembly Aspose.Email