MailAddressCollection.InsertItem(Int32, MailAddress) メソッド

定義

MailAddressCollection 内の指定した位置に電子メール アドレスを挿入します。

protected:
 override void InsertItem(int index, System::Net::Mail::MailAddress ^ item);
protected override void InsertItem (int index, System.Net.Mail.MailAddress item);
override this.InsertItem : int * System.Net.Mail.MailAddress -> unit
Protected Overrides Sub InsertItem (index As Integer, item As MailAddress)

パラメーター

index
Int32

item で指定される電子メール アドレスを挿入する位置。

item
MailAddress

コレクション内に挿入される電子メール アドレス。

例外

item パラメーターが null です。

適用対象