public class Act.Outlook.Addin.Shared.Connect () |
--> NONE <--
|
- Event: public event InjectHistoryEventHandler InjectHistory
- Method: public void AddEmailHistory (MailItem mailItem, OutlookHistoryType historyType, IContact[] attachContacts, bool bHistoryPrivate, HistoryFormatOptions nFormatOption, IDatabaseInfo dbItem, bool bRecordToSender, bool bIsQuickAttach, bool createMissingContacts)
- Nested Type: public sealed delegate InjectHistoryEventHandler
|
Act.Outlook.Addin.Shared InjectHistoryEventArgs () |
n/a
|
public class Act.Outlook.Addin.Shared.InjectHistoryEventArgs
|
--> NONE <--
|
- 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: Dictionary`2 HistoryBag { public get; public set; }
|
public interface Microsoft.Office.Interop.Outlook._MailItem () |
--> NONE <--
|
- Method: void SaveAs (string Path, object Type)
- Property: string Body { public get; public set; }
- Property: string HTMLBody { public get; public set; }
- Property: DateTime ReceivedTime { public get; }
- Property: Recipients Recipients { public get; }
- Property: object RTFBody { public get; public set; }
- Property: string Subject { public get; public set; }
|
OlSaveAsType () |
n/a
|
public sealed enum Microsoft.Office.Interop.Outlook.OlSaveAsType
                    olTXT = 0,
                    olRTF = 1,
                    olTemplate = 2,
                    olMSG = 3,
                    olDoc = 4,
                    olHTML = 5,
                    olVCard = 6,
                    olVCal = 7,
                    olICal = 8,
                    olMSGUnicode = 9,
                    olMHTML = 10,
|
--> NONE <--
|
--> NONE <--
|
Microsoft.Office.Interop.Outlook Recipient () |
n/a
|
public interface Microsoft.Office.Interop.Outlook.Recipient
|
--> NONE <--
|
- Property: string Address { public get; }
|