在 Outlook 2019 中打开新电子邮件 window
Open new email window in Outlook 2019
我需要在 Outlook 2019 中打开一封新电子邮件 window 但是当我 运行 代码时它什么都不做 ...
OutApp = CreateObject("Outlook.Application")
OutMail = OutApp.CreateItem(Outlook.OlItemType.olMailItem)
你能帮帮我吗?
在 运行 上面的代码之后调用 OutMail.Display()
。
我需要在 Outlook 2019 中打开一封新电子邮件 window 但是当我 运行 代码时它什么都不做 ...
OutApp = CreateObject("Outlook.Application")
OutMail = OutApp.CreateItem(Outlook.OlItemType.olMailItem)
你能帮帮我吗?
在 运行 上面的代码之后调用 OutMail.Display()
。