Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The default mail address that will show up in the "From" field of sent emails (e.g. a service account).
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Property FromAddress As MailAddress
public MailAddress FromAddress { get; private set; }
public:
property MailAddress^ FromAddress {
MailAddress^ get ();
private: void set (MailAddress^ value);
}
member FromAddress : MailAddress with get, private set
function get FromAddress () : MailAddress
private function set FromAddress (value : MailAddress)
Property Value
Type: System.Net.Mail.MailAddress
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.