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 です。

適用対象