System.Notification.Channel.SMTP電子メールの通知チャネル

System.Notification.Channel.SMTP (ClassType)

電子メール (SMTP) の通知チャネル

Element properties:

Base ClassSystem.Notification.Channel
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdbbb9c4cb-c2f7-18ae-4d40-f4be4c27ad3b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Max Value Min Value Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 4000      False 
System.Notification.Channel:
IsEnabled  bool  有効 有効 false 256       
System.Notification.Channel.SMTP:
RetryIntervalSeconds  int  再試行の間隔 (秒) 再試行の間隔 (秒) false 256  2147483647   
ReturnAddress  string  返信先アドレス 返信先アドレス false 256      False 
RunAsAccount  string  実行アカウント 実行アカウント 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>