ITeamFoundationIdentityService.GetPreferredEmailAddress Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetPreferredEmailAddress(TeamFoundationRequestContext, Guid) | Gets the preferred email address for an identity. This address has been confirmed by the user to be the valid email address. If the custom email address is not confirmed, returns the default email address. | |
GetPreferredEmailAddress(TeamFoundationRequestContext, Guid, Boolean) | Gets the preferred email address for an identity. If the preferred has not been set, the default is always returned. |
Top