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
Post Outlook Add-ins questions to StackOverflow.
If your question relates to building Outlook add-ins using the Office JavaScript APIs, please post to Stack Overflow using the office-js tag, instead of posting to this ...
-
0 Votes
Send an HTML email to outlook2013 by codding, and the mailbox opens the mail to display an exception
HTML form on a web page display with tree structure, which use the colspan, but open it in the mailbox, there is no this style in the mailbox, all alignment, please tell me how to implement this form ...Unanswered | 3 Replies | 15 Views | Created by oniffer - 1 hour 4 minutes ago | Last reply by Eugene Astafiev - 34 minutes ago -
0 Votes
How to make the download preference in the Outlook user send/receive TAB "first download the mail header, then download the entire project"?
looking for help````` How to make the download preference default setting in the Outlook user send/receive TAB "first download the mail header, then download the entire ...Proposed | 3 Replies | 49 Views | Created by Astraboboy - Thursday, April 12, 2018 7:59 AM | Last reply by Dmitry Streblechenko _MVP_ - 17 hours 20 minutes ago -
0 Votes
Outlook CustomActionMenu?
Hi I am having trouble finding any information re VSTO customisation of the dropdown items that appear above the mailitem.body visible in readonly explorer & inspector ...Unanswered | 5 Replies | 73 Views | Created by Andy_Jones - Wednesday, April 18, 2018 1:47 AM | Last reply by Tao Zhou - MSFT - Tuesday, April 24, 2018 5:37 AM -
0 Votes
Button for emails
I want to add a custom button on the email body. In Visual Studio I added the Outlook VSTO project. The control I created was a button on the ribbon but the ribbon is on the top of the outlook ...Unanswered | 5 Replies | 86 Views | Created by mike11111111233 - Tuesday, April 03, 2018 8:04 AM | Last reply by Tao Zhou - MSFT - Tuesday, April 24, 2018 5:18 AM -
0 Votes
Regarding Session Storage
I have an outlook addin that is a Windows form activated by a button on the ribbon control. When the form is closed, I still want to persist a value set for the ...Proposed | 5 Replies | 45 Views | Created by mike11111111233 - Wednesday, April 18, 2018 2:32 PM | Last reply by Tao Zhou - MSFT - Tuesday, April 24, 2018 5:07 AM -
0 Votes
When My Addin Runs And Accesses The Current Email At Load Time
When my addin runs and accesses the current email a dialog opens up on top of my addin form and asks for permission to access email. I don't want ...Proposed | 12 Replies | 228 Views | Created by mike11111111233 - Sunday, April 22, 2018 8:57 PM | Last reply by Tao Zhou - MSFT - Tuesday, April 24, 2018 5:03 AM -
0 Votes
Outlook VBA code to turn off Screen Updating while running a script.
Hello, Is there a way to turn off the display while running a long script? Similar to excel's 'Application.ScreenUpdating = False'. Thank ...Unanswered | 3 Replies | 373 Views | Created by IceQube - Tuesday, October 18, 2016 11:54 AM | Last reply by Eugene Astafiev - Monday, April 23, 2018 3:09 PM -
0 Votes
Create dynamic custom outlook form available by Reply.
Hello, My goal is to send email to another outlook recipient. This email has to be created in VBA as it has to contain checkboxes and textboxes. Their count varies so I can't use ...Unanswered | 8 Replies | 90 Views | Created by indian513 - Friday, April 13, 2018 2:01 PM | Last reply by Eugene Astafiev - Monday, April 23, 2018 1:09 PM -
0 Votes
Is there a way to track open rates of an email if I am sending an Outlook email via MS Access?
I currently have code in my VBA that sends an Outlook email through the cloud. With my code I can send an email out to multiple people at once. I was wondering if there is any way to track the open ...Proposed | 2 Replies | 39 Views | Created by mwachtel - Wednesday, April 18, 2018 3:14 PM | Last reply by Eugene Astafiev - Monday, April 23, 2018 1:03 PM -
2 Votes
How to read eml with large size(i.e contents lots of msg attachment) and allocate memory for it without crashing the application.
Hi, Since IConverterSession is not retaining the format(HTML) when attachment is MSG type itself, so I am using Redemption which does fix this issue. But it has one limitation ...Answered | 27 Replies | 240 Views | Created by D thopulou - Wednesday, March 28, 2018 11:37 AM | Last reply by D thopulou - Monday, April 23, 2018 11:53 AM -
0 Votes
Require Message Field in Meeting
So I have a request that I'm not sure how to tackle. They want the Message/Text field to be required in a New Meeting. Basically they don't want people sending meetings with a ...Proposed | 4 Replies | 76 Views | Created by thenk83 - Thursday, April 19, 2018 3:48 PM | Last reply by Terry Xu - MSFT - Monday, April 23, 2018 11:19 AM -
0 Votes
Code Faulting On GetStorage
I appear to get a valid application and folder object but the code generates and exception on the GetStorage call. The error is operation aborted. I am able to ...Unanswered | 5 Replies | 65 Views | Created by mike11111111233 - Thursday, April 19, 2018 7:13 AM | Last reply by Eugene Astafiev - Monday, April 23, 2018 10:51 AM -
0 Votes
System.Runtime.InteropServices.COMException (0x80004004): Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT)) at Microsoft.Office.Interop.Outlook._MailItem.Send() Exception
I am using the below code to send Email through the outlook. But it throws "System.Runtime.InteropServices.COMException (0x80004004): Operation aborted (Exception from HRESULT: ...Proposed | 3 Replies | 70 Views | Created by PriyankaTD - Thursday, April 19, 2018 12:57 PM | Last reply by Eugene Astafiev - Monday, April 23, 2018 8:40 AM -
0 Votes
Outlook crashes when ItemSend event executes objInspector.Close olDiscard
Within an MS Access function, I have created an Outlook MailItem object WITHOUT OUTLOOK OPEN. The Outlook Email form is displayed to the user. The function exits. Within Outlook's ...Unanswered | 5 Replies | 109 Views | Created by YossiDukes - Thursday, April 12, 2018 7:09 PM | Last reply by Dmitry Streblechenko _MVP_ - Friday, April 20, 2018 3:25 PM -
1 Votes
Detecting read emails from EWS
Hi, I have a C# Outlook Addin and am trying to detect when a user recently read an email while the desktop outlook was not open (for example they could have read it from outlook ...Proposed | 2 Replies | 68 Views | Created by Alper Vural - Thursday, April 05, 2018 9:34 PM | Last reply by Deepak Saradkumar Panchal - Thursday, April 19, 2018 9:27 AM -
0 Votes
Parse Table in Email Body to Excel
I am hoping for some help on this. I currently have no experience in VBA coding and i'm looking for some guidance on how to solution this. I currently have emails coming in with a data table in the ...Proposed | 2 Replies | 68 Views | Created by Mellownando - Thursday, April 05, 2018 4:27 PM | Last reply by Deepak Saradkumar Panchal - Thursday, April 19, 2018 9:15 AM -
0 Votes
Accessing information in an active Outlook appointment creation dialog
I was considering adding a button to the ribbon in the Outlook dialog for creating an appointment. So the user would start creating an appointment and my tool would be a "helper" to populate ...Answered | 1 Replies | 31 Views | Created by Late To The Party - Wednesday, April 18, 2018 3:34 PM | Last reply by Dmitry Streblechenko _MVP_ - Wednesday, April 18, 2018 4:17 PM -
0 Votes
Filling out a form in an email and recording the data points in a database/workbook
I originally posted this in the Microsoft Forum and was directed here by a moderator. Many of my requests to internal business partners begin through an email ...Unanswered | 2 Replies | 40 Views | Created by Sagar.Patel - Monday, April 16, 2018 1:27 PM | Last reply by Terry Xu - MSFT - Tuesday, April 17, 2018 9:16 AM -
0 Votes
how to create skype meeting in office 365 c#
Hi All, My Requirement is should create the meeting through outlook with skype meeting conference Id and Skype Urls with C#. Could you ...Answered | 4 Replies | 100 Views | Created by Karthikeyan Palani - Thursday, March 15, 2018 7:08 AM | Last reply by Deepak Saradkumar Panchal - Tuesday, April 17, 2018 2:42 AM -
0 Votes
Form Region ( ReplaceAll) reading pane - message folders
Hi All, I would like to assign a form region to a specific folder for the reading pane. So if a email is directed to a specific folder I want to show my custom form and all other ...Unanswered | 3 Replies | 57 Views | Created by Thomas Lee3 - Wednesday, April 11, 2018 6:16 PM | Last reply by Deepak Saradkumar Panchal - Tuesday, April 17, 2018 2:28 AM - Items 1 to 20 of 9342 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.