【问题标题】:How can i send invite to another user using Exchange API如何使用 Exchange API 向其他用户发送邀请
【发布时间】:2013-09-16 14:29:54
【问题描述】:

如何使用 Exchange API 向其他用户发送 Outlook 邀请?其实我正在尝试这个。

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

但我需要使用他的电子邮件向另一个用户发送邀请。

【问题讨论】:

    标签: outlook exchangewebservices exchange-server-2010


    【解决方案1】:

    我使用appointment.RequiredAttendees.Add(new Attendee("example@server.com")); 向此人发送邀请。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2011-02-14
      • 2016-12-16
      • 2011-02-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多