如何使用vbscript在Outlook中创建通讯组列表

问题描述:

我用以下代码打开了一个新的通讯组列表,需要向其中添加成员并保存.

I have opened a new distribution list with the following code,need to add members to it and save it.

Set olApp = CreateObject("Outlook.Application")
Set Item = olApp.CreateItem(olDistributionItem)
Set MyDistributionItem = Item.Application.CreateItem(7)
   MyDistributionItem.Display

您可能希望阅读一些
You may wish to read some of these links.