Edit

Share via


ConversationIndexedItemView.Traversal Property

Definition

Gets or sets the conversation query traversal mode. The Traversal property is applicable for clients that target Exchange Online and versions of Exchange startingwith Exchange Server 2013.

public:
 property Nullable<Microsoft::Exchange::WebServices::Data::ConversationQueryTraversal> Traversal { Nullable<Microsoft::Exchange::WebServices::Data::ConversationQueryTraversal> get(); void set(Nullable<Microsoft::Exchange::WebServices::Data::ConversationQueryTraversal> value); };
public Nullable<Microsoft.Exchange.WebServices.Data.ConversationQueryTraversal> Traversal { get; set; }
Public Property Traversal As Nullable(Of ConversationQueryTraversal)

Property Value

The conversation query traversal mode.

Applies to