Пример #1
0
 public static Participant[] ExpandDeep(StoreSession storeSession, StoreObjectId distributionListId)
 {
     return(DistributionList.ExpandDeep(storeSession, distributionListId, false));
 }