EmailFolderType () |
n/a
|
public sealed enum Act.Shared.Sync.EmailFolderType
                    Inbox = 0,
                    Sent = 1,
                    Trash = 2,
|
--> NONE <--
|
--> NONE <--
|
public class Act.Shared.Sync.ErrorsViewModel () |
- Constructor: public ErrorsViewModel (List`1 errors)
|
- Constructor: public ErrorsViewModel (List`1 errors)
|
public class Act.Shared.Sync.ErrorView () |
- Constructor: public ErrorView (List`1 errors, string sourceType, string dateTime)
|
- Constructor: public ErrorView (List`1 errors, string sourceType, string dateTime)
|
public class Act.Shared.Sync.GroupSelectDialog () |
- Constructor: public GroupSelectDialog (BaseServiceProvider serviceProvider, List`1 groupList, bool isOutlook)
|
- Constructor: public GroupSelectDialog (BaseServiceProvider serviceProvider, List`1 groupList, bool isOutlook)
|
Act.Shared.Sync HistoryRecordErrorInfo () |
public class Act.Shared.Sync.HistoryRecordErrorInfo
|
n/a
|
- Constructor: public HistoryRecordErrorInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Guid ActUserId { public get; public set; }
- Property: DateTime EmailDate { public get; public set; }
- Property: string ErrorDescription { public get; public set; }
- Property: IMAPFolderType FolderType { public get; public set; }
- Property: string Subject { public get; public set; }
- Property: long UID { public get; public set; }
|
--> NONE <--
|
Act.Shared.Sync HistoryRecordingErrorInfo () |
n/a
|
public class Act.Shared.Sync.HistoryRecordingErrorInfo
|
--> NONE <--
|
- Constructor: public HistoryRecordingErrorInfo ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: Guid ActUserId { public get; public set; }
- Property: DateTime EmailDate { public get; public set; }
- Property: string ErrorDescription { public get; public set; }
- Property: EmailFolderType FolderType { public get; public set; }
- Property: string Subject { public get; public set; }
- Property: string UID { public get; public set; }
|
Act.Shared.Sync HistoryRecordingResult () |
n/a
|
public class Act.Shared.Sync.HistoryRecordingResult
|
--> NONE <--
|
- Constructor: public HistoryRecordingResult ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Canceled { public get; public set; }
- Property: string ExceptionMessage { public get; public set; }
- Property: string ExceptionSource { public get; public set; }
- Property: string ExceptionType { public get; public set; }
- Property: List`1 HistoryRecordingErrorResults { public get; public set; }
- Property: DateTime LatestEmailDateTime { public get; public set; }
- Property: bool Success { public get; public set; }
|
public interface Act.Shared.Sync.IApplicationService () |
- Method: List`1 GetUserPreferences (List`1 preferenceList)
- Method: void SetUserPreferences (List`1 preferenceList)
|
- Method: List`1 GetUserPreferences (List`1 preferenceList)
- Method: void SetUserPreferences (List`1 preferenceList)
|
public interface Act.Shared.Sync.IContactService () |
- [Obsolete: This method is replaced by 'CreateNewContact' method. This method is only to support ACT! version 13.0 clients.]Method: Nullable`1 CreateContact (ContactData contactData, List`1 propertyMapperList)
- Method: ContactInfo CreateNewContact (ContactData contactData, List`1 propertyMapperList)
- Method: ContactInfo SetContactData (Guid contactId, ContactData contactData, List`1 propertyMapperList)
|
- [Obsolete: This method is replaced by 'CreateNewContact' method. This method is only to support ACT! version 13.0 clients.]Method: Nullable`1 CreateContact (ContactData contactData, List`1 propertyMapperList)
- Method: ContactInfo CreateNewContact (ContactData contactData, List`1 propertyMapperList)
- Method: ContactInfo SetContactData (Guid contactId, ContactData contactData, List`1 propertyMapperList)
|
public interface Act.Shared.Sync.IContactService2 () |
- [Obsolete: This method is replaced by 'CreateNewContact' method. This method is only to support ACT! version 13.0 clients.]Method: Nullable`1 CreateContact (ContactData contactData, List`1 propertyMapperList)
- Method: ContactInfo CreateNewContact (ContactData contactData, List`1 propertyMapperList)
- Method: ContactInfo SetContactData (Guid contactId, ContactData contactData, List`1 propertyMapperList)
|
- [Obsolete: This method is replaced by 'CreateNewContact' method. This method is only to support ACT! version 13.0 clients.]Method: Nullable`1 CreateContact (ContactData contactData, List`1 propertyMapperList)
- Method: ContactInfo CreateNewContact (ContactData contactData, List`1 propertyMapperList)
- Method: ContactInfo SetContactData (Guid contactId, ContactData contactData, List`1 propertyMapperList)
|
Act.Shared.Sync IHistoryRecordingService () |
n/a
|
public interface Act.Shared.Sync.IHistoryRecordingService
|
--> NONE <--
|
- Method: HistoryRecordingResult RecordHistory (EmailFolderType folderType, List`1 uid_emls, EmailHistoryOption emailHistoryOption, DateTime lastDate)
|
public interface Act.Shared.Sync.IHistoryRecordManager () |
- Method: void SaveHistoryRecordingResult (IMAPHistoryRecordingResult result)
- Property: IMAPHistoryRecordingResult SavedUnprocessedHistoryRecordingResult { public get; }
|
- Method: void SaveHistoryRecordingResult (HistoryRecordingResult result)
- Property: HistoryRecordingResult SavedUnprocessedHistoryRecordingResult { public get; }
|
Act.Shared.Sync IIMAPService () |
public interface Act.Shared.Sync.IIMAPService
|
n/a
|
- Method: void Close ()
- Method: IMAPUIDReadingResult GetEmailUIDs (IMAPConnectionParam connectionParam, DateTime lastDate)
- Method: IMAPHistoryRecordingResult RecordHistory (IMAPConnectionParam connectionParam, List`1 emailUIDs, EmailHistoryOption emailHistoryOption, DateTime lastDate)
|
--> NONE <--
|
Act.Shared.Sync IMAPConnectionParam () |
public class Act.Shared.Sync.IMAPConnectionParam
|
n/a
|
- Constructor: public IMAPConnectionParam ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: IMAPFolderType FolderType { public get; public set; }
- Property: int IMAPPort { public get; public set; }
- Property: bool IMAPProxyEnable { public get; public set; }
- Property: int IMAPProxyPort { public get; public set; }
- Property: string IMAPProxyServer { public get; public set; }
- Property: string IMAPServer { public get; public set; }
- Property: string OAuthToken { public get; public set; }
- Property: string Password { public get; public set; }
- Property: string URL { public get; public set; }
- Property: bool UseOAuth { public get; public set; }
- Property: string UserName { public get; public set; }
- Property: bool UseSSL { public get; public set; }
|
--> NONE <--
|
IMAPFolderType () |
public sealed enum Act.Shared.Sync.IMAPFolderType
                    Inbox = 0,
                    SentMail = 1,
                    Trash = 2,
|
n/a
|
--> NONE <--
|
--> NONE <--
|
Act.Shared.Sync IMAPHistoryRecordingResult () |
public class Act.Shared.Sync.IMAPHistoryRecordingResult
|
n/a
|
- Constructor: public IMAPHistoryRecordingResult ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Canceled { public get; public set; }
- Property: string ExceptionMessage { public get; public set; }
- Property: string ExceptionSource { public get; public set; }
- Property: string ExceptionType { public get; public set; }
- Property: List`1 HistoryRecordErrorResults { public get; public set; }
- Property: DateTime LatestEmailDateTime { public get; public set; }
- Property: bool Success { public get; public set; }
|
--> NONE <--
|
Act.Shared.Sync IMAPUIDReadingResult () |
public class Act.Shared.Sync.IMAPUIDReadingResult
|
n/a
|
- Constructor: public IMAPUIDReadingResult ()
- Method (i): public virtual bool Equals (object obj)
- Method (i): protected virtual void Finalize ()
- Method (i): public virtual int GetHashCode ()
- Method (i): public Type GetType ()
- Method (i): protected object MemberwiseClone ()
- Method (i): public virtual string ToString ()
- Property: bool Canceled { public get; public set; }
- Property: string ExceptionMessage { public get; public set; }
- Property: string ExceptionSource { public get; public set; }
- Property: string ExceptionType { public get; public set; }
- Property: List`1 IMAPUIDs { public get; public set; }
- Property: bool Success { public get; public set; }
|
--> NONE <--
|
public class Act.Shared.Sync.SyncHistoryView () |
- Constructor: public SyncHistoryView (List`1 syncHistoryEntries)
- Method: public void Initialize (List`1 syncHistoryEntries)
|
- Constructor: public SyncHistoryView (List`1 syncHistoryEntries)
- Method: public void Initialize (List`1 syncHistoryEntries)
|
public class Act.Shared.Sync.SyncHistoryViewModel () |
- Constructor: public SyncHistoryViewModel (List`1 syncHistoryEntries)
|
- Constructor: public SyncHistoryViewModel (List`1 syncHistoryEntries)
|
public class Act.Shared.Sync.SyncHistoryWindow () |
- Constructor: public SyncHistoryWindow (List`1 syncHistoryEntries)
- Method: public void Initialize (List`1 syncHistoryEntries)
|
- Constructor: public SyncHistoryWindow (List`1 syncHistoryEntries)
- Method: public void Initialize (List`1 syncHistoryEntries)
|