C# 클래스 CalDavSynchronizer.Ui.Options.ViewModels.DesignOutlookSession

상속: NameSpace
파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer

공개 메소드들

메소드 설명
AddStore ( object Store ) : void
AddStoreEx ( object Store, OlStoreType Type ) : void
CompareEntryIDs ( string FirstEntryID, string SecondEntryID ) : bool
CreateContactCard ( AddressEntry AddressEntry ) : ContactCard
CreateRecipient ( string RecipientName ) : Recipient
CreateSharingItem ( object Context, object Provider ) : SharingItem
Dial ( object ContactItem ) : void
GetAddressEntryFromID ( string ID ) : AddressEntry
GetDefaultFolder ( OlDefaultFolders FolderType ) : MAPIFolder
GetFolderFromID ( string EntryIDFolder, object EntryIDStore ) : MAPIFolder
GetGlobalAddressList ( ) : AddressList
GetItemFromID ( string EntryIDItem, object EntryIDStore ) : object
GetRecipientFromID ( string EntryID ) : Recipient
GetSelectNamesDialog ( ) : SelectNamesDialog
GetSharedDefaultFolder ( Recipient Recipient, OlDefaultFolders FolderType ) : MAPIFolder
GetStoreFromID ( string ID ) : Store
Logoff ( ) : void
Logon ( object Profile, object Password, object ShowDialog, object NewSession ) : void
OpenSharedFolder ( string Path, object Name, object DownloadAttachments, object UseTTL ) : MAPIFolder
OpenSharedItem ( string Path ) : object
PickFolder ( ) : MAPIFolder
RefreshRemoteHeaders ( ) : void
RemoveStore ( MAPIFolder Folder ) : void
SendAndReceive ( bool showProgressDialog ) : void

보호된 메소드들

메소드 설명
OnAutoDiscoverComplete ( ) : void
OnOptionsPagesAdd ( PropertyPages pages, MAPIFolder folder ) : void

메소드 상세

AddStore() 공개 메소드

public AddStore ( object Store ) : void
Store object
리턴 void

AddStoreEx() 공개 메소드

public AddStoreEx ( object Store, OlStoreType Type ) : void
Store object
Type OlStoreType
리턴 void

CompareEntryIDs() 공개 메소드

public CompareEntryIDs ( string FirstEntryID, string SecondEntryID ) : bool
FirstEntryID string
SecondEntryID string
리턴 bool

CreateContactCard() 공개 메소드

public CreateContactCard ( AddressEntry AddressEntry ) : ContactCard
AddressEntry AddressEntry
리턴 ContactCard

CreateRecipient() 공개 메소드

public CreateRecipient ( string RecipientName ) : Recipient
RecipientName string
리턴 Recipient

CreateSharingItem() 공개 메소드

public CreateSharingItem ( object Context, object Provider ) : SharingItem
Context object
Provider object
리턴 SharingItem

Dial() 공개 메소드

public Dial ( object ContactItem ) : void
ContactItem object
리턴 void

GetAddressEntryFromID() 공개 메소드

public GetAddressEntryFromID ( string ID ) : AddressEntry
ID string
리턴 AddressEntry

GetDefaultFolder() 공개 메소드

public GetDefaultFolder ( OlDefaultFolders FolderType ) : MAPIFolder
FolderType OlDefaultFolders
리턴 MAPIFolder

GetFolderFromID() 공개 메소드

public GetFolderFromID ( string EntryIDFolder, object EntryIDStore ) : MAPIFolder
EntryIDFolder string
EntryIDStore object
리턴 MAPIFolder

GetGlobalAddressList() 공개 메소드

public GetGlobalAddressList ( ) : AddressList
리턴 AddressList

GetItemFromID() 공개 메소드

public GetItemFromID ( string EntryIDItem, object EntryIDStore ) : object
EntryIDItem string
EntryIDStore object
리턴 object

GetRecipientFromID() 공개 메소드

public GetRecipientFromID ( string EntryID ) : Recipient
EntryID string
리턴 Recipient

GetSelectNamesDialog() 공개 메소드

public GetSelectNamesDialog ( ) : SelectNamesDialog
리턴 SelectNamesDialog

GetSharedDefaultFolder() 공개 메소드

public GetSharedDefaultFolder ( Recipient Recipient, OlDefaultFolders FolderType ) : MAPIFolder
Recipient Recipient
FolderType OlDefaultFolders
리턴 MAPIFolder

GetStoreFromID() 공개 메소드

public GetStoreFromID ( string ID ) : Store
ID string
리턴 Store

Logoff() 공개 메소드

public Logoff ( ) : void
리턴 void

Logon() 공개 메소드

public Logon ( object Profile, object Password, object ShowDialog, object NewSession ) : void
Profile object
Password object
ShowDialog object
NewSession object
리턴 void

OnAutoDiscoverComplete() 보호된 메소드

protected OnAutoDiscoverComplete ( ) : void
리턴 void

OnOptionsPagesAdd() 보호된 메소드

protected OnOptionsPagesAdd ( PropertyPages pages, MAPIFolder folder ) : void
pages PropertyPages
folder MAPIFolder
리턴 void

OpenSharedFolder() 공개 메소드

public OpenSharedFolder ( string Path, object Name, object DownloadAttachments, object UseTTL ) : MAPIFolder
Path string
Name object
DownloadAttachments object
UseTTL object
리턴 MAPIFolder

OpenSharedItem() 공개 메소드

public OpenSharedItem ( string Path ) : object
Path string
리턴 object

PickFolder() 공개 메소드

public PickFolder ( ) : MAPIFolder
리턴 MAPIFolder

RefreshRemoteHeaders() 공개 메소드

public RefreshRemoteHeaders ( ) : void
리턴 void

RemoveStore() 공개 메소드

public RemoveStore ( MAPIFolder Folder ) : void
Folder MAPIFolder
리턴 void

SendAndReceive() 공개 메소드

public SendAndReceive ( bool showProgressDialog ) : void
showProgressDialog bool
리턴 void