Windows (from 4.0.8.6)
URL Scheme arguments
Parameters provided by the Outlook Addin :
For emails:
- action: "new"
- mailid: GUID of the pushed mail
- from: sender smtp address
- to: recipients smtp adresses (separated with comma)
- isHtml: 1 if html body format, 0 else
- htmlbody: HTML body message
- mailDate: Received time of the pushed mail
- sent: Boolean to know if the pushed mail was sent or received
- filesPath: Directory path of the mail content file(s)
- fileName: Filename of the content file
- attachments: Mail attachment(s) separated by semi-colon
For contacts:
- action: "newcontact"
- contactID: Id of the contact
The following variables are the same variables as the DEVICECALENDAR_IMPORT script method:
- firstName
- lastName
- birthday
- phoneNumber_Business
- phoneNumber_Mobile
- urlAddress_Personal
- urlAddress_Business
- postalAddress_Street
- postalAddress_PostalCode
- postalAddress_City
- postalAddress_Country
- postalAddress_State
- emailAddress_Personal
- emailAddress_Business
- company_Name
- company_DepartmentName
- company_JobTitle
- note
- im_Skype
- lastWriteTime
- filesPath: Directory path of the mail content file(s)
- fileName: Filename of the content file