To

ResolveRecipientsResponse.To property

Specifies a recipient to be resolved. Its value can be up to 256 characters in length. If the To element specifies an ambiguous name and the Availability is included in the request, the response will not include free/busy data for that user. The Availability is only included when the To element includes a valid SMTP address or name that resolves to a unique individual on the server. The result of including more than 1000 To elements in the request is undefined. The server MAY return a protocol status error in response to such a command request. If the ResolveRecipients command request includes the Availability, a maximum of 100 To elements containing SMTP addresses can be included in the request. If more than 100 SMTP addresses are included in the request, Status value 160 is returned in the response. If the ResolveRecipients command request includes the Availability and includes a To element for an ambiguous user, the response does not include a MergedFreeBusy element for that user. Only users or distribution lists specified with valid SMTP addresses or a uniquely identifiable string in the request message To element have MergedFreeBusy elements included in the response. If the ResolveRecipients command request includes the Availability and the To element specifies a distribution group, then the availability data is returned as a single string that merges the data for the individual members of the distribution group. If the distribution group contains more than 20 members, a Status element value of 161 is returned in the response indicating that the merged free busy information of such a large distribution group is not useful.

public string To { get; set; }

See Also