C# Class CalDavSynchronizer.Ui.OutlookFolder

Exibir arquivo Open project: aluxnimm/outlookcaldavsynchronizer

Public Methods

Method Description
OutlookFolder ( MAPIFolder folder ) : Microsoft.Office.Interop.Outlook
OutlookFolder ( string entryId, string storeId, OlItemType defaultItemType, string name ) : Microsoft.Office.Interop.Outlook

Method Details

OutlookFolder() public method

public OutlookFolder ( MAPIFolder folder ) : Microsoft.Office.Interop.Outlook
folder MAPIFolder
return Microsoft.Office.Interop.Outlook

OutlookFolder() public method

public OutlookFolder ( string entryId, string storeId, OlItemType defaultItemType, string name ) : Microsoft.Office.Interop.Outlook
entryId string
storeId string
defaultItemType OlItemType
name string
return Microsoft.Office.Interop.Outlook