MboxStorageReader.ExtractMessage

MboxStorageReader.ExtractMessage method

Get the message from MBOX.

public MailMessage ExtractMessage(string id, EmlLoadOptions options)
ParameterTypeDescription
idStringString representation of EntryId.
optionsEmlLoadOptionsSpecifies EmlLoadOptions when reading message from Mbox storage.

Return Value

A MailMessage object.

See Also