IEmailNotificationConfiguration.SenderEmailAddress Property

 

Applies To: Windows Server Update Services

Gets and sets the e-mail address of the sender.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

MailAddress SenderEmailAddress { get; set; }
property MailAddress^ SenderEmailAddress {
    MailAddress^ get();
    void set(MailAddress^ value);
}
abstract SenderEmailAddress : MailAddress with get, set
Property SenderEmailAddress As MailAddress

Property Value

Type: System.Net.Mail.MailAddress

The MailAddress of the sender.

Exceptions

Exception

Condition

ArgumentOutOfRangeException

The address length exceeded 256 characters.

See Also

IEmailNotificationConfiguration Interface
Microsoft.UpdateServices.Administration Namespace

Return to top