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
BodyText
This property gets/sets the body text of the test mail.
public string BodyText
Field Value
Recipient
This property gets/sets the recipient to send the test mail to.
public string Recipient
Field Value
Sender
This property gets/sets the sender to send the test mail from.
public string Sender
Field Value
Subject
This property gets/sets the subject of the test mail.
public string Subject
Field Value
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
Name
Returns the name of this component.
public override string Name { get; }