outlook-2013

Why is the email atachment i sent by BizTalk “body.csv” in OUTLOOK 2016?

血红的双手。 提交于 2019-12-02 03:59:40
I created a simple interface that send an email. I have set the filename by msg_out_renamed(MIME.FileName) = FileName; This works fine in my outlook 2013, it shows as "client_inv_20160909090658.csv" . But the receipient who uses Outlook 2016 has it show up as " body.csv ". When he decides to save the attachment the filename in the save as dialog is "client_inv_20160909090658.csv" . Why does this happen and is there a way i can prevent this from happening? Change the context property MIME.FileName for the part of your attachment as well. In an orchestration: (note the ".part" code) Message.part

How can I reliably get the object of a contact context menu in an Outlook 2013 addin?

六月ゝ 毕业季﹏ 提交于 2019-12-02 03:46:33
I am adding an entry to the context menu for a Contact in Outlook 2013 following the example in this article . Here is the XML: <customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load"> <contextMenus> <contextMenu idMso="ContextMenuContactItem"> <button id="MyContextMenuContactItem" label="Do something..." onAction="OnDoSomething" insertAfterMso="DialMenu"/> </contextMenu> </contextMenus> </customUI> The entry shows up in the menu properly, and when I click it, my event handler is executed: public void OnDoSomething(IRibbonControl control) { object context =

Outlook 2013 'Run a script' rule has disappeared

南笙酒味 提交于 2019-12-02 00:20:08
问题 I have some rules for work in outlook 2013 - however following my laptop crashing the other day, I can no longer run any rules, they simply do not work (I don't even get a debug notification). Upon checking my macros, I found that when I tried to click on any scripts I have and I keep getting the message 'This action is not available in the current mode'. The option to create a new script has disappeared from the rule list too. So far I have tried: -Using the outlook 2016 fix by running the

Outlook 2013 'Run a script' rule has disappeared

时间秒杀一切 提交于 2019-12-01 22:08:11
I have some rules for work in outlook 2013 - however following my laptop crashing the other day, I can no longer run any rules, they simply do not work (I don't even get a debug notification). Upon checking my macros, I found that when I tried to click on any scripts I have and I keep getting the message 'This action is not available in the current mode'. The option to create a new script has disappeared from the rule list too. So far I have tried: -Using the outlook 2016 fix by running the registry fix DWORD 1 (There is nothing out there for 2013). I have restarted my Pc and it still has not

Microsoft Outlook 2013: Error verify VBA project signature

北城余情 提交于 2019-12-01 00:27:17
问题 After a computer reset I wanted to use my VBA Macros for Outlook 2013. In Outlook I get the error message: "An errror occured while attempting to verify the VBA project's signature. Macros will be disabled." Consequently the VBA editor states: "The macros in this project are disabled. [..]" I have tried: Developer -> Macro Security -> (*) Enable all Macros (not only digitally signed) Define a certificate using C:\Program Files (x86)\Microsoft Office\Office15\selfcert.exe Nothing worked. Any

How do I open an outlook .msg file from my harddrive that is NOT in outlook?

非 Y 不嫁゛ 提交于 2019-11-26 21:51:18
问题 I have searched high and low for this seemingly simple task, but all references I come across are either saving to the hard-drive or reading from an outlook folder. I have the following code that loops through file names in a folder on my hard-drive, but I do not know how to take that path and open it with outlook. Dim inPath as String Dim thisFile as String Dim msg as MailItem Dim OlApp as Object Set OlApp = CreateObject("Outlook.Application") inPath = "C:\temp" thisFile = Dir(inPath & "\*