SmtpMailSettingsSection クラス
簡易メール転送プロトコル (SMTP) 構成設定が含まれています。
構文
class SmtpMailSettingsSection : ConfigurationSection
メソッド
次の表に、SmtpMailSettingsSection
クラスによって公開されるメソッドの一覧を示します。
名前 | 説明 |
---|---|
GetAllowDefinition | (ConfigurationSection から継承。) |
GetAllowLocation | (ConfigurationSection から継承。) |
RevertToParent | (ConfigurationSection から継承。) |
SetAllowDefinition | (ConfigurationSection から継承。) |
SetAllowLocation | (ConfigurationSection から継承。) |
プロパティ
次の表は、SmtpMailSettingsSection
クラスによって公開されるプロパティの一覧です。
名前 | 説明 |
---|---|
DeliveryMethod |
SMTP 配信方法を指定する読み取り/書き込み sint32 値。 使用できる値の一覧は、後述の「注釈」セクションに示します。 |
From |
SMTP メール API を使用してユーザーに送信される電子メールの [From] フィールドを設定する読み取り/書き込み string 値。 |
Location |
(ConfigurationSection から継承。)キー プロパティ。 |
Network |
SMTP 構成ファイル内のネットワーク要素を表す読み取り/書き込みの SmtpNetworkSettings 値。 |
Path |
(ConfigurationSection から継承。)キー プロパティ。 |
SectionInformation |
(ConfigurationSection から継承。) |
SpecifiedPickupDirectory |
SMTP クライアントが使用するピックアップ ディレクトリを指定する、読み取り/書き込み可能な SmtpSpecifiedPickupDirectorySettings 値。 |
サブクラス
このクラスにはサブクラスが含まれていません。
解説
次の表に、DeliveryMethod
プロパティとして使用できる値の一覧を示します。 既定値は 0 (Network
) です。
Value | キーワード | 説明 |
---|---|---|
0 | Network |
電子メールは、ネットワーク経由で SMTP サーバーに送信されます。 |
1 | SpecifiedPickupDirectory |
電子メールは、配信のためにローカル IIS サーバーによって使用されるピックアップ ディレクトリにコピーされます。 |
2 | PickupDirectoryFromIis |
電子メールは、外部アプリケーションによって配信される SpecifiedPickupDirectory プロパティで指定されたディレクトリにコピーされます。 |
継承階層
SmtpMailSettingsSection
要件
型 | 説明 |
---|---|
クライアント | - Windows Vista 上の IIS 7.0 - Windows 7 上の IIS 7.5 - Windows 8 上の IIS 8.0 - Windows 10 上の IIS 10.0 |
[サーバー] | - Windows Server 2008 上の IIS 7.0 - Windows Server 2008 R2 上の IIS 7.5 - Windows Server 2012 上の IIS 8.0 - Windows Server 2012 R2 上の IIS 8.5 - Windows Server 2016 上の IIS 10.0 |
Product | - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0 |
MOF ファイル | WebAdministration.mof |
参照
ConfigurationSection クラス
SmtpNetworkSettings クラス
SmtpSpecifiedPickupDirectorySettings クラス