Outlook for Developers announcement
-
Link
Many folks have been asking about the emerging "apps for Office" model, and what it means for the future of VSTO. Rest assured that VSTO continues to be alive and well. In fact, many existing automation scenarios continue to be best served by VSTO for now. At the same time, there are many exciting opportunities to look forward in apps for Office: for example, the ability to better integrate with web content and JavaScript/CSS libraries, support for additional programming languages and platforms, support for host applications beyond the desktop versions of Office, and new distribution, lifecycle management, and monetization opportunities through the Office Store.
To learn more, please see the blog post: "Roadmap for Apps for Office, VSTO, and VBA". -
Link
The Office/Outlook 2010 Redistributable PIA's have finally been released, the download location is http://www.microsoft.com/downloads/en/details.aspx?FamilyID=938fe8ad-583b-4bd7-a345-23250dc15855.
Thanks to Patrick Creehan for the announcement in his blog.
-
0 Votes
Is there a way to get the description message from MAPI HRESULT?
Hi, For some of the MAPI functions, such as MAPIAdminProfiles It will return HRESULT. Is there a function that can translate the HRESULT value into ...Unanswered | 1 Replies | 72 Views | Created by tempc - Friday, December 13, 2019 9:15 AM | Last reply by Dmitry Streblechenko _MVP_ - Friday, December 13, 2019 1:21 PM -
0 Votes
What is the usage of flag MAPI_UNICODE to MAPIAdminProfiles
Hi, In document for MAPIAdminProfiles, I see ulFlags [in] Bitmask of flags indicating options for the service entry function. The following flag can be ...Unanswered | 1 Replies | 66 Views | Created by tempc - Friday, December 13, 2019 8:07 AM | Last reply by Dmitry Streblechenko _MVP_ - Friday, December 13, 2019 1:14 PM -
5 Votes
Outlook 2016 has disabled the internal VBA macros.
Hi, Outlook 2016 (Windows 10) has blocked the VBA projects. I created an e-mail rule that includes a command file which worked properly. And then one day to the next ...Proposed | 26 Replies | 27019 Views | Created by vega69 - Friday, January 6, 2017 10:16 AM | Last reply by No Oil Here - Friday, December 13, 2019 12:02 AM -
0 Votes
Sending a Task Request using Outlook Rest Api
I am trying to create a Task Request using Outlook Rest API. I am able to create a task for a user using ... -
0 Votes
Is there a way to avoid MAPI initialization crash
We have an app that performs data migration using Outlook MAPI. For a specific case where customers have installed click-to-run Outlook 2016, they decided to disable Microsoft Office ...Answered | 9 Replies | 322 Views | Created by devweb - Saturday, December 7, 2019 5:00 PM | Last reply by Dmitry Streblechenko _MVP_ - Monday, December 9, 2019 4:43 PM -
0 Votes
Add shortcut to the message surface add install time
Mails > Customize Actions > Message Surface. But I can't seem to find how to modify my manifest so such a shortcut is added automatically when installing the add ... -
10 Votes
How to easy convert OST to PST files?
I want to move emails from Exchange server to an external pop server. When I change the server settings in Outlook, I'll lose all of my old emails, contactss, etc correct? Can I convert OST to PST ...Answered | 52 Replies | 6098 Views | Created by DennisDeWit - Tuesday, October 21, 2014 11:39 AM | Last reply by Peter Paleson - Saturday, December 7, 2019 6:59 AM -
0 Votes
How to notify Outlook about change of contact presence statuses via IM Provider interface?
Hello, I have implemented my application as an IM Provider like described ...Unanswered | 12 Replies | 1420 Views | Created by Neullanzar - Friday, June 17, 2016 9:40 AM | Last reply by xlyond - Thursday, December 5, 2019 5:25 AM -
0 Votes
How to Customize columns in Table View and edit in-cell content OF INBOX Mail Items by VBA
Hi, I try to add two columns in current inbox table view with field name : "公司" and ... -
0 Votes
MAC Outlook - does olk holds the deleted messages
Hi there, By mistake I have deleted my few emails from my account in outlook. I know the backend is the olk which stores the Messages. I have checked the ... -
1 Votes
Outlook Forms Code doesn't work
Well guys, first of all i want to tell you that I'm a complete novice at Outlook Forms. I've been searching about them and I'm starting to think that they are no longer being ...Answered | 5 Replies | 2371 Views | Created by xlordjorox - Friday, November 3, 2017 4:39 PM | Last reply by MauricioUY - Tuesday, December 3, 2019 5:00 PM -
0 Votes
Outlook - auto invite group when external recipients are added as attendees
I need help preparing a script that auto invites a group whenever an external recipient is added to attendees when setting up new meetings in Outlook. This is so the group (reception) are ... -
0 Votes
Outlook Macro to Report Message
I am looking for help to have a Macro on outlook to do the following sequence to automate phishing reporting. 1- Attach viewed message to a new ... -
0 Votes
Challenges on a Plugin for Outlook
Hi, I have developed a plugin for Outlook that automatically saves files to folders prescribed by the user according to rules defined by the user. The rules are ...Unanswered | 0 Replies | 321 Views | Created by Saurabh Anand Prakash - Thursday, November 28, 2019 7:16 AM -
8 Votes
Outlook PST repair Tool
A pst looks like it needs repairing however the pst file is 5 GB large. Everytime I click ok to fix the pst file after it does the CRC check, it crashed. Is there anyway to reduce the size of the PST ...Answered | 27 Replies | 4082 Views | Created by rkory24 - Saturday, June 27, 2015 3:31 PM | Last reply by ShanayaS - Tuesday, November 26, 2019 11:03 AM -
0 Votes
Office Outlook add-in (web) how to know if new mail arrive
I'm trying to develop an add-in in office outlook where add-in should automatically read incoming emails and process my logic to it. I have developed the functionality when I have to specifically ...Unanswered | 1 Replies | 357 Views | Created by Gajanan Tagadpalle - Monday, November 25, 2019 1:05 PM | Last reply by Eugene Astafiev - Monday, November 25, 2019 2:51 PM -
0 Votes
displayDialogAsync can not navigate to component, (only url opens like google, or direct HTML path works).And if a add Routing in app module gives error.
i want something like this:- Office.context.ui.displayDialogAsync('this.Route.navigateByUrl('/component')'); Please help how to do ... -
0 Votes
How to replace attachments of mail object without impacting performance
0; --index) { ...Unanswered | 4 Replies | 430 Views | Created by Devendra Tewari - Thursday, November 21, 2019 7:21 AM | Last reply by Devendra Tewari - Monday, November 25, 2019 10:30 AM -
2 Votes
How to examine every incoming email of all folders
My outlook hosts multiple emails, hence multiple folders. I am trying to inspect every incoming email by modifying an official example: ...Answered | 10 Replies | 339 Views | Created by Hong (MA, USA) - Sunday, November 24, 2019 4:44 PM | Last reply by Hong (MA, USA) - Sunday, November 24, 2019 8:52 PM -
1 Votes
How to make hidden OST / PST file with sync enable with exchange server
HI All, Our requirement is that we will have 2 storage - One could be OST / PST which would be in sync with server while other one would be local storage which will have modified ...Unanswered | 3 Replies | 429 Views | Created by Devendra Tewari - Thursday, November 21, 2019 7:41 AM | Last reply by Dmitry Streblechenko _MVP_ - Saturday, November 23, 2019 10:17 PM - Items 1 to 20 of 10097 Next ›
Outlook for Developers announcement
-
Link
Many folks have been asking about the emerging "apps for Office" model, and what it means for the future of VSTO. Rest assured that VSTO continues to be alive and well. In fact, many existing automation scenarios continue to be best served by VSTO for now. At the same time, there are many exciting opportunities to look forward in apps for Office: for example, the ability to better integrate with web content and JavaScript/CSS libraries, support for additional programming languages and platforms, support for host applications beyond the desktop versions of Office, and new distribution, lifecycle management, and monetization opportunities through the Office Store.
To learn more, please see the blog post: "Roadmap for Apps for Office, VSTO, and VBA". -
Link
The Office/Outlook 2010 Redistributable PIA's have finally been released, the download location is http://www.microsoft.com/downloads/en/details.aspx?FamilyID=938fe8ad-583b-4bd7-a345-23250dc15855.
Thanks to Patrick Creehan for the announcement in his blog.