我試圖創建一個通訊組(不是Office 365組(不是一個統一的組),而不是一個安全組),這要歸功於Microsoft Graph Api而沒有任何成功。我總是遇到錯誤。 var client = new GraphServiceClient(new AzureAuthenticationProvider());
Group group = new Group();
group.Display
如何確保我添加到Outlook分發列表的聯繫人顯示姓名和電子郵件地址?這些聯繫人可能不存在於任何其他地址簿中,只是分發列表中。目前它們只顯示爲一個電子郵件地址(在兩欄中)。 alt text http://img52.imageshack.us/img52/1804/tempgg.jpg 這裏的大致VBA我們使用: Do Until RS.EOF
//here's where we
我想從DistributionList中提取成員。所以,我寫了這個, using Outlook = Microsoft.Office.Interop.Outlook;
Outlook.AddressLists addrLists = null;
foreach(Outlook.AddressList addrList in addrLists)
{
if(addrList.Name