PersonalStorageExtractMessage Method (String) |
Get the message from PST.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic MapiMessage ExtractMessage(
string entryId
)
Public Function ExtractMessage (
entryId As String
) As MapiMessage
public:
MapiMessage^ ExtractMessage(
String^ entryId
)
member ExtractMessage :
entryId : string -> MapiMessage
Parameters
- entryId
- Type: SystemString
String representation of EntryId.
Return Value
Type:
MapiMessage
A MapiMessage object.
See Also