Send an Outlook Meeting Request with C#

前端 未结 1 731
我在风中等你
我在风中等你 2021-02-05 21:05

I am looking to send an outlook Meeting Request from C#. i have the code below that it do the job but.

string startTime1 = Convert.ToDateTime(startTime).ToString         


        
1条回答
  •  隐瞒了意图╮
    2021-02-05 21:51

    If this is a resource mailbox, you can configure it to auto accept meeting invitations (File | Options | Calendar | Automatic Accept or Decline).

    If this is an arbitrary mailbox, nothing happens without the owner's permission. The best you can do is directly access the mailbox using the Outlook Object Model / EWS/ MAPI if you have the user credentials.

    0 讨论(0)
提交回复
热议问题