MessageInfoEntryIdString Property |
Gets string representation of entry ID.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string EntryIdString { get; }
Public ReadOnly Property EntryIdString As String
Get
public:
property String^ EntryIdString {
String^ get ();
}
member EntryIdString : string with get
Property Value
Type:
String
The entry id string.
See Also