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입니다.

적용 대상