Share via


TeamFoundationMailService.AnonymousAuth Property

It true then mail is sent to the server anonymously.

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

Syntax

'Declaration
Public Property AnonymousAuth As Boolean
public bool AnonymousAuth { get; private set; }
public:
property bool AnonymousAuth {
    bool get ();
    private: void set (bool value);
}
member AnonymousAuth : bool with get, private set
function get AnonymousAuth () : boolean 
private function set AnonymousAuth (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TeamFoundationMailService Class

Microsoft.TeamFoundation.Framework.Server Namespace