MaxAmbiguousRecipients

ResolveRecipientsOptions.MaxAmbiguousRecipients property

Limits the number of suggestions that are returned for each ambiguous recipient node in the response. The value of the MaxAmbiguousRecipients is limited to a range of 0–9999. Each ambiguous recipient node receives only this many suggestions and no more. The recipient count, returned in the RecipientCount, can be used by the client to determine the total number of suggestions available for that recipient.

public int? MaxAmbiguousRecipients { get; set; }

See Also