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인 경우

적용 대상