ExchangeDistributionList.GetUnifiedGroupFromStore (Outlook)
Determines if the object is a unified group (by way of a call to IsUnifiedGroup) and returns the Outlook.Folder object associated with the group using the GetUnifiedGroup and GetUnifiedGroupFromStore methods.
GetUnifiedGroupFromStore (GroupType, StoreID)
Dim strStoreID As String: strStoreID =
Session.GetAddressEntryFromID.GetExchangeDistributionList.GetUnifiedGroupFromStore GroupType:=olGroupCalendarFolder, StoreID:=strStoreID
Arguments
The following arguments are required:
GroupType - OlUnifiedGroupFolderType
Possible return values are olGroupCalendarFolder - Assigns a calendar folder, olGroupMailFolder - Assigns a mail folder.
StoreID - String