使用与会者和位置集打开Outlook约会的命令行是什么?

时间:2017-12-18 23:13:23

标签: command-line outlook appointment

"C:\Program Files\Microsoft Office\Office16\OUTLOOK.EXE" /c ipm.appointment /m "info@xxx.com&cc=admin@xxx.com&subject=Hello World&body=Hi"

以上命令打开约会,如下所示: enter image description here

默认情况下是否可以显示电子邮件 To ... 字段而不点击按钮邀请与会者,并为位置设置一些默认值字段由命令行? enter image description here

如果可能,如何进行更改?

由于

2 个答案:

答案 0 :(得分:0)

我能找到的最佳解决方法是从会议邀请中创建一个.oft模板,并保存其位置。然后使用/ t开关调用: “ C:\ Program Files \ Microsoft Office \ Office15 \ OUTLOOK.EXE” / t“ C:\ Users \ Me \ Documents \ MeetingInviteTemplate.oft”

答案 1 :(得分:0)

此命令行有效,唯一的问题是它没有显示您的电子邮件地址,但是当您单击与会者时,您将看到邀请中已经添加了该电子邮件地址。

if (textArea2Ref.current) {
    // if there's a range selection
    if (textArea2Ref.current.selectionStart !== textArea2Ref.current.selectionEnd) {
        // reset the range
        textArea2Ref.current.selectionStart = textArea2Ref.current.selectionEnd;

        // blur the textarea again, because setting the selection focuses it?
        textArea2Ref.current.blur();
    }
}

"C:\Program Files (x86)\Microsoft Office\root\Office16\OUTLOOK.EXE"/c ipm.appointment /m "info@domain.nl ?subject=call to tel$n &body=Can we meet please call to tel:$n" 参数,在通过innovaphone与myApps通话期间,我使用它们将电话号码复制到约会中。