| Thread | Last Post | Replies |
|
| Cache Mode Issue | 31 Mar 2008 19:20 GMT | 3 |
I currently have my Outlook addin designed using VSTO 2005 SE and C#. I dont have any GUI elements and hence have no dependacy on Ribbon and Commandbar. So my app can run both on Outlook 2003 and Outlook 2007. It runs fine
|
| Redemption RDO ICS SyncItems SQLRestriction | 30 Mar 2008 18:51 GMT | 1 |
I am using Redemption to get the list of emails in a folder on Exchange Server. For this i'm using ICS the synchonizer has the following method Synchonizer.SyncItems(strPreviousSyncData, strSQLRestriction)
|
| How to choose acount in Outlook 2007 in c# | 28 Mar 2008 19:36 GMT | 3 |
Can anybody help me how to choose acount in Outlook 2007 in c#? I have C# application and I need to send from that application email, but not with current acount, but with acount I choose. I try it with mailItem.sendUsingAcount , but with no result.
|
| Programatically Import Mail or Connect to Outlook on another Compu | 27 Mar 2008 14:33 GMT | 1 |
Is it possible to programatically import mail from Outllook on my Laptop to Home Computer using .NET (Visual Studio 2008 VSTO)? How can I connect to Outlook on another machine ? I have Outlook 2007 on both machines. The example can be in C# or VB.NET
|
| Sms add-in | 26 Mar 2008 14:52 GMT | 2 |
I am using the outlook Sms add-in but whenever I attempt to send a message, I recieve the message that the phone number passed in is invalid. I get my "TO:" data from my contacts folder. Where do I change the phone number format, and what is the correct format. If anyone knows ...
|
| Question about multiple instances of a MapiFolder object | 25 Mar 2008 17:28 GMT | 2 |
I have designed a MapiFolder/Folders collection wrapper class to detect any changes in the folder structure of outlook. Now, when I rename a folder the FolderChange event fires, sending a MapiFolder object which has got the already new folder name. So far so
|
| Recipients Object | 25 Mar 2008 15:51 GMT | 2 |
Hi, I need to create a new DistList Item using C# How Can I create a new Recipient Object, so I could add members to the list. TIA
|
| save prompt and form region | 25 Mar 2008 15:10 GMT | 3 |
I've VSTO SE Addin for OL2007.I've adjoined form region to standard Appointment form.I've placed AX Ctrl built using vb6 on that form region.It prompts me for save even though I didn't make any change.The AX Ctrl contains 2 combos.In combo change & click I'm calling
|
| get recipients list immediately | 25 Mar 2008 14:56 GMT | 1 |
I've a button on form region adjoined to standard compose message form.Now when the button is clicked I need to get the EmailId's of recipients present in the "To" list.I get them correctly in Item_Send event.But not on my button-click.(If
|
| Needs to add Add-In on Appointment form | 25 Mar 2008 14:53 GMT | 4 |
Hi, I want to add Add-In(say e.g. Button) on Appoinment for of the Calendar of Outlook 2007. I am using VSTO with Office 2007.
|
| Visual Studio Express 2008 with Templates for Outlook? | 24 Mar 2008 14:15 GMT | 1 |
I have just downloaded Visual Studio 2008 Express with the hope of experimenting with writing my first Add-in for Outlook 2007. On a MSDN video, the commentator says it's best to download an Outlook Add-in template first. I did so but it doesn't appear when I try and create
|
| Vb.Net = C# for 2007 Add-in? | 24 Mar 2008 14:03 GMT | 1 |
Does it make any difference if I write in VB.Net instead of C# for a 2007 Add-in? E.g. Are there any features available in one and not the other? According to what I have read about .Net, the whole idea of .Net is that it makes no difference, correct?
|
| Invalid index. (Exception from HRESULT: 0x80020008 (DISP_E_BADINDE | 24 Mar 2008 13:55 GMT | 6 |
I get the above message when I try to open any .msg file. This starts to happen after I install Outlook Add Ins which works properly. Anyone know why? Thanks. Jimmy
|
| Deploying Outlook 2007 addin | 24 Mar 2008 13:37 GMT | 6 |
Does anyone have some tutorial, sample, "How to..." or something similar that explain deploying Outlook 2007 addin's to end user (include ClickOnce technology) Thanx
|
| how to work with metting request | 20 Mar 2008 14:26 GMT | 1 |
Hi, iam trying to develop a add-in to outlook, and i need to use the metting request form, and change him. i had search for mettingItem class, but was not usefull! can anyone help ? thanks!
|