0

Exchange API を使用して別のユーザーに Outlook への招待を送信するにはどうすればよいですか? 実際に私はこれを試しています。

   ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010_SP1);
   service.Credentials = new WebCredentials("example@server.com", "example");
   Appointment appointment = new Appointment(service);

しかし、彼のメールを使用して、別のユーザーに招待状を送信する必要があります。

4

1 に答える 1