Changes in act.outlook64.email.service from v20.1 (Version 4.0.30319.42000)<br> to v21 (Version 4.0.30319.42000)

Changes in act.outlook64.email.service from v20.1 (Version 4.0.30319.42000)
to v21 (Version 4.0.30319.42000)

Removed Added
public class Act.Outlook64.Email.Service.EmailCreationService ()
--> NONE <--
  • Method: public virtual bool QuickSendContactEmail (CrunchBundle bundle, Guid contactID, string bodyFile, string subject, string[] attachments, int createHistoryType, bool returnReceipt, bool historyPrivate, string[] emailAddressFields)
public interface Act.Outlook64.Email.Service.IEmailCreation ()
--> NONE <--
  • Method: bool QuickSendContactEmail (CrunchBundle bundle, Guid contactID, string messageBody, string subject, string[] attachments, int createHistoryType, bool returnReceipt, bool historyPrivate, string[] emailAddressFields)
public class Act.UI.Email.EmailConnector ()
  • Method: public void Shutdown ()
  • Method: public virtual void Shutdown ()
Act.UI.Email OutlookMailMessage ()
public class Act.UI.Email.OutlookMailMessage n/a
  • Constructor: public OutlookMailMessage (bool displaySignature)
  • Method: public void AttachmentFileNameAdd (string fileName, bool autoDelete)
  • Method: protected void AttachToContact ()
  • Method: public bool BCCAdd (string emailAddress, string contactName, string contactID, string company, bool isSecondaryContact)
  • Method: public bool CCAdd (string emailAddress, string contactName, string contactID, string company, bool isSecondaryContact)
  • Method: protected void CreateHistory ()
  • Method: protected void CreateHistory (bool includeBody)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method: public static bool GetImagePath (string messageBody, int index, out string imagePath)
  • Method (i): public Type GetType ()
  • Method: public static void LastEmailSent ()
  • Method (i): protected object MemberwiseClone ()
  • Method: protected void OnSend ()
  • Method: public void OpenDraftWindow ()
  • Method: protected bool RecipientAdd (string emailAddress, string contactName, string contactID, int type)
  • Method: public void Send ()
  • Method: public void SetBody (bool isAutomatic, MimeType mimeType, string messageBody)
  • Method: public void SetCreateHistory (EmailCreateHistoryType createHistoryType, bool historyPrivate)
  • Method: protected void SetHTMLBody (string messageBody)
  • Method: public void SetReadReceipt (bool readReceiptRequested)
  • Method: public void SetSubject (string messageSubject)
  • Method: public bool ToAdd (string emailAddress, string contactName, string contactID, string company, bool isSecondaryContact)
  • Method (i): public virtual string ToString ()
  • Property: static HistoryManager HistoryManager { public set; }
  • Property: int Index { public get; }
  • Property: static ArrayList Messages { public get; }
--> NONE <--
Microsoft.Office.Interop.Outlook _Application ()
n/a public interface Microsoft.Office.Interop.Outlook._Application
--> NONE <--
  • Method: object CreateItem (OlItemType ItemType)
  • Method: NameSpace GetNamespace (string Type)
  • Method: void Quit ()
  • Property: Application Application { public get; }
  • Property: NameSpace Session { public get; }
Microsoft.Office.Interop.Outlook _Inspector ()
n/a public interface Microsoft.Office.Interop.Outlook._Inspector
--> NONE <--
  • Method: void Activate ()
  • Property: object WordEditor { public get; }
Microsoft.Office.Interop.Outlook _Items ()
n/a public interface Microsoft.Office.Interop.Outlook._Items
--> NONE <--
  • Property: int Count { public get; }
Microsoft.Office.Interop.Outlook _MailItem ()
n/a public interface Microsoft.Office.Interop.Outlook._MailItem
--> NONE <--
  • Method: void Display (object Modal)
  • Method: void Send ()
  • Property: Attachments Attachments { public get; }
  • Property: string Body { public get; public set; }
  • Property: OlBodyFormat BodyFormat { public get; public set; }
  • Property: Inspector GetInspector { public get; }
  • Property: string HTMLBody { public get; public set; }
  • Property: PropertyAccessor PropertyAccessor { public get; }
  • Property: bool ReadReceiptRequested { public get; public set; }
  • Property: Recipients Recipients { public get; }
  • Property: object RTFBody { public get; public set; }
  • Property: string Subject { public get; public set; }
  • Property: UserProperties UserProperties { public get; }
Microsoft.Office.Interop.Outlook _NameSpace ()
n/a public interface Microsoft.Office.Interop.Outlook._NameSpace
--> NONE <--
  • Method: MAPIFolder GetDefaultFolder (OlDefaultFolders FolderType)
Microsoft.Office.Interop.Outlook _PropertyAccessor ()
n/a public interface Microsoft.Office.Interop.Outlook._PropertyAccessor
--> NONE <--
  • Method: void SetProperty (string SchemaName, object Value)
Microsoft.Office.Interop.Outlook Attachment ()
n/a public interface Microsoft.Office.Interop.Outlook.Attachment
--> NONE <--
  • Property: int Index { public get; }
Microsoft.Office.Interop.Outlook Attachments ()
n/a public interface Microsoft.Office.Interop.Outlook.Attachments
--> NONE <--
  • Method: Attachment Add (object Source, object Type, object Position, object DisplayName)
  • Method: void Remove (int Index)
Microsoft.Office.Interop.Outlook InspectorEvents_10 ()
n/a public interface Microsoft.Office.Interop.Outlook.InspectorEvents_10
--> NONE <--
  • Method: void Close ()
Microsoft.Office.Interop.Outlook InspectorEvents_10_CloseEventHandler ()
n/a public sealed delegate Microsoft.Office.Interop.Outlook.InspectorEvents_10_CloseEventHandler
--> NONE <--
  • Constructor: public InspectorEvents_10_CloseEventHandler (object, UIntPtr)
  • Method (i): public virtual object Clone ()
  • Method (i): protected virtual delegate CombineImpl (delegate follow)
  • Method (i): public object DynamicInvoke (object[] args)
  • Method (i): protected virtual object DynamicInvokeImpl (object[] args)
  • Method (i): public virtual bool Equals (object obj)
  • Method (i): protected virtual void Finalize ()
  • Method (i): public virtual int GetHashCode ()
  • Method (i): public virtual delegate[] GetInvocationList ()
  • Method (i): protected virtual MethodInfo GetMethodImpl ()
  • Method (i): public virtual void GetObjectData (SerializationInfo info, StreamingContext context)
  • Method (i): public Type GetType ()
  • Method: public virtual void Invoke ()
  • Method (i): protected object MemberwiseClone ()
  • Method (i): protected virtual delegate RemoveImpl (delegate value)
  • Method (i): public virtual string ToString ()
  • Property: MethodInfo Method { public get; }
  • Property: object Target { public get; }
Microsoft.Office.Interop.Outlook InspectorEvents_10_Event ()
n/a public interface Microsoft.Office.Interop.Outlook.InspectorEvents_10_Event
--> NONE <--
  • Event: public event InspectorEvents_10_CloseEventHandler Close { get; set; }
Microsoft.Office.Interop.Outlook MAPIFolder ()
n/a public interface Microsoft.Office.Interop.Outlook.MAPIFolder
--> NONE <--
  • Property: Items Items { public get; }
OlAttachmentType ()
n/a public sealed enum Microsoft.Office.Interop.Outlook.OlAttachmentType
                    olByValue = 1,
                    olByReference = 4,
                    olEmbeddeditem = 5,
                    olOLE = 6,
--> NONE <-- --> NONE <--
OlBodyFormat ()
n/a public sealed enum Microsoft.Office.Interop.Outlook.OlBodyFormat
                    olFormatUnspecified = 0,
                    olFormatPlain = 1,
                    olFormatHTML = 2,
                    olFormatRichText = 3,
--> NONE <-- --> NONE <--
OlDefaultFolders ()
n/a public sealed enum Microsoft.Office.Interop.Outlook.OlDefaultFolders
                    olFolderDeletedItems = 3,
                    olFolderOutbox = 4,
                    olFolderSentMail = 5,
                    olFolderInbox = 6,
                    olFolderCalendar = 9,
                    olFolderContacts = 10,
                    olFolderJournal = 11,
                    olFolderNotes = 12,
                    olFolderTasks = 13,
                    olFolderDrafts = 16,
                    olPublicFoldersAllPublicFolders = 18,
                    olFolderConflicts = 19,
                    olFolderSyncIssues = 20,
                    olFolderLocalFailures = 21,
                    olFolderServerFailures = 22,
                    olFolderJunk = 23,
                    olFolderRssFeeds = 25,
                    olFolderToDo = 28,
                    olFolderManagedEmail = 29,
                    olFolderSuggestedContacts = 30,
--> NONE <-- --> NONE <--
OlItemType ()
n/a public sealed enum Microsoft.Office.Interop.Outlook.OlItemType
                    olMailItem = 0,
                    olAppointmentItem = 1,
                    olContactItem = 2,
                    olTaskItem = 3,
                    olJournalItem = 4,
                    olNoteItem = 5,
                    olPostItem = 6,
                    olDistributionListItem = 7,
                    olMobileItemSMS = 11,
                    olMobileItemMMS = 12,
--> NONE <-- --> NONE <--
OlMailRecipientType ()
n/a public sealed enum Microsoft.Office.Interop.Outlook.OlMailRecipientType
                    olOriginator = 0,
                    olTo = 1,
                    olCC = 2,
                    olBCC = 3,
--> NONE <-- --> NONE <--
OlUserPropertyType ()
n/a public sealed enum Microsoft.Office.Interop.Outlook.OlUserPropertyType
                    olOutlookInternal = 0,
                    olText = 1,
                    olNumber = 3,
                    olDateTime = 5,
                    olYesNo = 6,
                    olDuration = 7,
                    olKeywords = 11,
                    olPercent = 12,
                    olCurrency = 14,
                    olFormula = 18,
                    olCombination = 19,
                    olInteger = 20,
                    olEnumeration = 21,
                    olSmartFrom = 22,
--> NONE <-- --> NONE <--
Microsoft.Office.Interop.Outlook Recipient ()
n/a public interface Microsoft.Office.Interop.Outlook.Recipient
--> NONE <--
  • Method: void Delete ()
  • Method: bool Resolve ()
  • Property: PropertyAccessor PropertyAccessor { public get; }
Microsoft.Office.Interop.Outlook Recipients ()
n/a public interface Microsoft.Office.Interop.Outlook.Recipients
--> NONE <--
  • Method: Recipient Add (string Name)
Microsoft.Office.Interop.Outlook UserProperties ()
n/a public interface Microsoft.Office.Interop.Outlook.UserProperties
--> NONE <--
  • Method: UserProperty Add (string Name, OlUserPropertyType Type, object AddToFolderFields, object DisplayFormat)
Microsoft.Office.Interop.Outlook UserProperty ()
n/a public interface Microsoft.Office.Interop.Outlook.UserProperty
--> NONE <--
  • Property: object Value { public get; public set; }
Redemption IAttachment ()
public interface Redemption.IAttachment n/a
  • Property: object this [int PropTag] { public get; public set; }
--> NONE <--
Redemption IAttachments ()
public interface Redemption.IAttachments n/a
  • Method: Attachment Add (object Source, object Type, object Position, object DisplayName)
--> NONE <--
Redemption ISafeMailItem ()
public interface Redemption.ISafeMailItem n/a
  • Method: int GetIDsFromNames (string GUID, object ID)
  • Method: void SaveAs (string Path, object Type)
  • Method: void Send ()
  • Property: Attachments Attachments { public get; }
  • Property: string Body { public get; public set; }
  • Property: object this [int PropTag] { public get; public set; }
  • Property: string HTMLBody { public get; }
  • Property: object Item { public get; public set; }
  • Property: SafeRecipients Recipients { public get; }
--> NONE <--
Redemption ISafeRecipient ()
public interface Redemption.ISafeRecipient n/a
  • Property: object this [int PropTag] { public get; public set; }
--> NONE <--
Redemption ISafeRecipients ()
public interface Redemption.ISafeRecipients n/a
  • Method: SafeRecipient Add (string Name)
  • Method: SafeRecipient AddEx (string Name, object Address, object AddressType, object Type)
--> NONE <--

TopSummary