UserDataTaskQueryOptions.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the kind of tasks for which to query.
public:
property UserDataTaskQueryKind Kind { UserDataTaskQueryKind get(); void set(UserDataTaskQueryKind value); };
UserDataTaskQueryKind Kind();
void Kind(UserDataTaskQueryKind value);
public UserDataTaskQueryKind Kind { get; set; }
var userDataTaskQueryKind = userDataTaskQueryOptions.kind;
userDataTaskQueryOptions.kind = userDataTaskQueryKind;
Public Property Kind As UserDataTaskQueryKind
Property Value
The kind of emails for which to query.