PersonalStorageQueryBuilderMessageId Property |
Gets the field that allows to find messages that contain the specified string in the envelope structure's MessageId field.
Namespace:
Aspose.Email.Storage.Pst
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic StringComparisonField MessageId { get; }
Public ReadOnly Property MessageId As StringComparisonField
Get
public:
property StringComparisonField^ MessageId {
StringComparisonField^ get ();
}
member MessageId : StringComparisonField with get
Property Value
Type:
StringComparisonField The
DateComparisonField that represents MessageId search field.
See Also