Table of Contents

Class PolarToolsComponent_TestMail

Namespace
PolarStudio
Assembly
PolarStudio.dll

This class is the implementation of the Polar Tools component 'Test mail'.

public class PolarToolsComponent_TestMail : PolarToolsComponent
Inheritance
PolarToolsComponent_TestMail
Inherited Members
Extension Methods

Fields

AllowChangeMailServer

This property gets/sets if the outgoing mail server (smtp host) can be edited or not.

public bool AllowChangeMailServer

Field Value

bool

BodyText

This property gets/sets the body text of the test mail.

public string BodyText

Field Value

string

Recipient

This property gets/sets the recipient to send the test mail to.

public string Recipient

Field Value

string

Sender

This property gets/sets the sender to send the test mail from.

public string Sender

Field Value

string

Subject

This property gets/sets the subject of the test mail.

public string Subject

Field Value

string

Properties

Caption

This property gets/sets the caption for this component as shown in the tabs in Polar Tools.

public override string Caption { get; set; }

Property Value

string

Name

Returns the name of this component.

public override string Name { get; }

Property Value

string