MessageAddedEventArgsEntryId Property |
Gets the string that represents the EntryId of the added message.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string EntryId { get; }
Public ReadOnly Property EntryId As String
Get
public:
property String^ EntryId {
String^ get ();
}
member EntryId : string with get
Property Value
Type:
StringThe entry id.
See Also