Click or drag to resize

ActivityInsertIntoOutlook Property

Boolean – Inserts into Outlook Calendar if MAPI integration is enabled *

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
public bool InsertIntoOutlook { get; set; }

Property Value

Type: Boolean

Return Value

Type: Boolean
Remarks
Note Note
  • Name - InsertIntoOutlook
  • Description - This is a boolean field. If set to true, the activity item will be inserted into the user's Outlook Calendar provided the FollowUpTime is passed. If no time is set, the item is added to the user's Outlook Task List. This functionality only works if MAPI integration is enabled. If MAPI is not enabled or not functioning properly, no error will be returned in the ConneXion.ConneXionResult object, the routine to add to outlook will simply not be executed. This works on an Insert Only. If InsertIntoOutlook is set to True on an update, the routine to add to outlook will not be executed. Currently, because of the way that MAPI integration works in TAM, this functionality is only available for the Class Library. It will not work with the Web Service. Also, either TAM or Outlook must be open. If TAM or Outlook is not open and InsertIntoOutlook = True is sent, the InsertActivity will return false.
See Also