나는 whith 이메일 주소를 얻고, ";" 이는이 같이 :어떻게 문자열을 분할하고 VB에서 루프에서 사용할 수 있습니까?
[email protected]을 ;;; [email protected], [email protected], [email protected]을, [email protected]을;
나는 이러한 이메일은 여기에 샘플을 adresses에 한 사람에게 약속을 보낼 : 그는 메일을 전송 becuase
Dim appointment As New EWS.Appointment(esb)
appointment.Subject = "Einladung zu einem Termin"
appointment.Body = txtThema.Text
appointment.Start = Von
appointment.End = Bis
appointment.Location = "Raum 202 Kleinostheim"
appointment.RequiredAttendees.Add("[email protected]") // HERE ARE THE Attendees
appointment.Save(EWS.SendInvitationsMode.SendToAllAndSaveCopy)
는 내가 첫 번째 exept 모든 이메일 adresses이 필요합니다. 어떻게 할 수 있습니까? 당신의 도움이
나는 아직 아무것도 검색하지 않았습니다. –
비어있는 것들로 무엇을합니까? 그들을 건너 뛸까요? – Pacane
예 가능한 경우 –