TeamFoundationIdentityService.GetPreferredEmailAddress Method (TeamFoundationRequestContext, Guid, Boolean)

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Function GetPreferredEmailAddress ( _
    requestContext As TeamFoundationRequestContext, _
    teamFoundationId As Guid, _
    confirmed As Boolean _
) As String
public string GetPreferredEmailAddress(
    TeamFoundationRequestContext requestContext,
    Guid teamFoundationId,
    bool confirmed
)
public:
virtual String^ GetPreferredEmailAddress(
    TeamFoundationRequestContext^ requestContext, 
    Guid teamFoundationId, 
    bool confirmed
) sealed
abstract GetPreferredEmailAddress : 
        requestContext:TeamFoundationRequestContext * 
        teamFoundationId:Guid * 
        confirmed:bool -> string  
override GetPreferredEmailAddress : 
        requestContext:TeamFoundationRequestContext * 
        teamFoundationId:Guid * 
        confirmed:bool -> string
public final function GetPreferredEmailAddress(
    requestContext : TeamFoundationRequestContext, 
    teamFoundationId : Guid, 
    confirmed : boolean
) : String

Parameters

Return Value

Type: System.String

Implements

ITeamFoundationIdentityService.GetPreferredEmailAddress(TeamFoundationRequestContext, Guid, Boolean)

.NET Framework Security

See Also

Reference

TeamFoundationIdentityService Class

GetPreferredEmailAddress Overload

Microsoft.TeamFoundation.Framework.Server Namespace