System.Notification.Channel.SMTPE-mail alapú értesítési csatorna

System.Notification.Channel.SMTP (ClassType)

Értesítési csatorna az e-mailben (SMTP) történő értesítéshez

Element properties:

Base ClassSystem.Notification.Channel
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdab15d533-0d6f-190c-d682-6b16534164ab

Class Hierarchy:

Class Properties:

Property Name Type Display Name (HUN) Description (HUN) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  Megjelenített név Az objektum megjelenített neve false 4000      False 
System.Notification.Channel:
IsEnabled  bool  Engedélyezve Engedélyezve false 256       
System.Notification.Channel.SMTP:
RetryIntervalSeconds  int  Újrapróbálkozási időköz (másodperc) Újrapróbálkozási időköz (másodperc) false 256  2147483647   
ReturnAddress  string  Válaszcím Válaszcím false 256      False 
RunAsAccount  string  Futtató fiók Futtató fiók false 256      False 

Health Model:

Source Code:

<ClassType ID="System.Notification.Channel.SMTP" Accessibility="Public" Base="System.Notification.Channel" Hosted="false" Abstract="false" Singleton="true">
<Property ID="RetryIntervalSeconds" Type="int" MinValue="1" Required="false"/>
<Property ID="ReturnAddress" Type="string" Required="false"/>
<Property ID="RunAsAccount" Type="string" Required="false"/>
</ClassType>