I am currently designing and implementing an application whereby a user can preview and classify emails (amongst other feat开发者_StackOverflow中文版ures). I wish to create a \'preview\' of the email
I am trying to write some basic Outlook code that should support Outlook 2003, 2007 and 2010. I am working with Outlook 2010 PIAs. Everything works except a method that should cause Outlook to perform
I\'m currently using outlookedit.el to roundtrip e-mails from Outlook in order to remain sane when corresponding with people. It is working beautifully except for when I have to use special characters
I want to save a mail attachment with a SaveAs file dialog. 开发者_C百科Is it possible to do this with VBA and Outlook?I don\'t think Outlook will let you open a file dialog!
I\'ve an Outlook plug-in. I\'m using Redemption. Specifically, I\'m using IRDOMail::Move in order to move an email item from one folder to another (redemption is the only method I\'ve found that work
I\'m trying to debug an Outlook 2007 VBA script that\'s fired by a rule. I\'v开发者_运维技巧e set a breakpoint in the script but it doesn\'t get hit.
I need to set the sub folder group by property through my c# outlook add-in code basically, i got mails in the folder with different color categories.i need to sort them through my code
I am testing a BlackBerry application using the email server simulator. I have tried to send an email from Microsoft O开发者_运维知识库utlook Express to the BlackBerry device simulator using the email
What\'s the best way to go about extracting Outlook folders from within Delphi? Ideally I\'d like to retrieve the Inbox folder and any o开发者_如何学Pythonther folders within it. I don\'t require the
I currently have some VBA code that runs through and modifies all my calendar entries. I\'d like to no longer run this as a batch process.