PersonalStorage.ExtractMessage

ExtractMessage(MessageInfo)

Get the message from PST.

public MapiMessage ExtractMessage(MessageInfo messageInfo)
ParameterTypeDescription
messageInfoMessageInfoA MessageInfo object that represents information about message.

Return Value

A MapiMessage object.

See Also


ExtractMessage(byte[])

Get the message from PST.

public MapiMessage ExtractMessage(byte[] entryId)
ParameterTypeDescription
entryIdByte[]EntryId of message.

Return Value

A MapiMessage object.

See Also


ExtractMessage(string)

Get the message from PST.

public MapiMessage ExtractMessage(string entryId)
ParameterTypeDescription
entryIdStringString representation of EntryId.

Return Value

A MapiMessage object.

See Also