Пример #1
0
 public static AppointmentItemWrapper GetOutlookEvent(string id)
 {
     return(OutlookEventRepository.GetOutlookEventForTesting(id, s_mapiNameSpace, s_outlookFolderStoreId));
 }