Category: outlook
-
Developing an outlook helper–part 5 from 5–conclusions
Series Developing Outlook helper – introduction Developing Outlook helper-VBA macro Developing Outlook helper-C# Developing Outlook helper – javascript for Office 365 Developing Outlook helper – conclusions As you see,the developing and testing the Outlook simple application was made significantly and increasingly difficult . The start point also is more difficult. Think now about a…
-
Developing an outlook helper–part 4 from 5–javascript / Office 365 project
Series Developing Outlook helper – introduction Developing Outlook helper-VBA macro Developing Outlook helper-C# Developing Outlook helper – javascript for Office 365 Developing Outlook helper – conclusions Develop like it was 201x: Read about Office Javascript API and try to understand the documentation – https://dev.office.com/docs/add-ins/develop/understanding-the-javascript-api-for-office . Then realize there are some samples where you can…
-
Developing an outlook helper–part 3 from 5–C# project
Series Developing Outlook helper – introduction Developing Outlook helper-VBA macro Developing Outlook helper-C# Developing Outlook helper – javascript for Office 365 Developing Outlook helper – conclusions Develop like it was 200x: Start Visual Studio. See that you do not have the project. Download the Office addon for VS that create the project. Find the…
-
Developing an outlook helper–part 2 from 5–VBA
Series Developing Outlook helper – introduction Developing Outlook helper-VBA macro Developing Outlook helper-C# Developing Outlook helper – javascript for Office 365 Developing Outlook helper – conclusions Develop like it was ‘9x: In the early days to develop an outlook addon it was simple : Press ALT+F11 and wrote the VBA. ( in our days,you…
-
Developing an outlook helper–part 1 from 5
Series Developing Outlook helper – introduction Developing Outlook helper-VBA macro Developing Outlook helper-C# Developing Outlook helper – javscript for Office 365 Developing Outlook helper – conclusions I want to show how much the software have changed from the early days to now. For this,I will show it was / is to develop / test…