65
be formatted as text in the format YYYY-MM-DDThh:mm:ssZ (Example 2015-12-
30T18:46:52Z).
T_PropName:
Text (in) Name of the Outlook property.
T_PropText:
Text (in) Textvalue for text and date properties.
L_PropLong:
Longint (in) Longint value for longint, integer and boolean values
$err:Long
Return value
0: successfully executedn
3: dll not found
$err:=OL_PutContact(T_Foldername;T_Accountname;T_ItemID)
Stores a contact with the previously passed by OL_PutItemProperty properties.
If a (non-empty) ItemID is transferred, the corresponding entry in Outlook (if
available) changed and the Folder Name is ignored, otherwise a new entry in the
specified folder will be created and the new ItemID (Outlook EntryID) returned.
T_Foldername:
Text (in) Specifies the path to the folder in the account in the
format "folder/subfolder"
T_Accountname:
Text (in) Specifies the name of the Outlook Accounts, where the
folder is located.
T_ItemID:
Text (in/out) Outlook EntryID to be changed or newly created
entry. For new entries, an empty string should be passed.
$err:Long
Return value
0: OK
1: Error accessing Outlook folders
3: dll not found
4: no valid license or demo timeout
5: folder not found, specified by account name and folder name
6: Entry to Item ID is not found, there was a new entry created.
$err:=OL_PutTask(T_Foldername;T_Accountname;T_ItemID)
Stores a task with the previously passed by OL_PutItemProperty properties.
If a (non-empty) ItemID is transferred, the corresponding entry in Outlook (if
available) changed and the Folder Name is ignored, otherwise a new entry in the
specified folder will be created and the new ItemID (Outlook EntryID) returned.
T_Foldername:
Text (in) Specifies the path to the folder in the account in the
format "folder/subfolder"
T_Accountname:
Text (in) Specifies the name of the Outlook Accounts, where the
folder is located.
T_ItemID:
Text (in/out) Outlook EntryID to be changed or newly created
entry. For new entries, an empty string should be passed.
$err:Long
Return value
0: OK
1: Error accessing Outlook folders
3: dll not found
4: no valid license or demo timeout
5: folder not found, specified by account name and folder name
6: Entry to Item ID is not found, there was a new entry created.
$err:=OL_PutAppointment(T_Foldername;T_Accountname;T_ItemID)
Stores an appointment with the previously passed by OL_PutItemProperty properties.
If a (non-empty) ItemID is transferred, the corresponding entry in Outlook (if
available) changed and the Folder Name is ignored, otherwise a new entry in the
specified folder will be created and the new ItemID (Outlook EntryID) returned.
T_Foldername:
Text (in) Specifies the path to the folder in the account in the
format "folder/subfolder"
node 4D PDF Printer plugin manual, version 5.1.1 - page 23 of 35