ExchangeQueryBuilder.MessageId

ExchangeQueryBuilder.MessageId property

Gets the field that allows to find messages that contain the specified string in the envelope structure’s MessageId field.

public StringComparisonField MessageId { get; }

Property Value

The DateComparisonField that represents MessageId search field.

See Also