| Thread | Last Post | Replies |
|
| How can I send an attachment using Outlook to several users but only the one in To can view it | 29 Jun 2007 01:10 GMT | 1 |
Hey guys, I've got a situation where I have to send an email with an attachment to a user. I have to also CC the manager in this email. The material in the attachment is sensitive and only the user should
|
| app.config problem | 28 Jun 2007 20:50 GMT | 2 |
i have an Add-in on Visual studio 2003, i added an app.config file and i add this code: <?xml version="1.0" encoding="utf-8" ?> <configuration>
|
| C# Outlook Add-in Not Working at all | 28 Jun 2007 18:35 GMT | 3 |
He guys, How can i build a dll which i can add in outlook as com-addin by the com-addin manager in Outlook 2003. Every new project is working for like 5 times. After that it just disapeers
|
| Add x-header using CDO 1.21 | 28 Jun 2007 14:40 GMT | 1 |
I have a requirement where i need to store some information into the x- header of an outlook email. I am using Outlook 2003 and Visual Studio 2005(C#). I have created a shared Addin project.
|
| how to disable outlook add in manager | 27 Jun 2007 19:13 GMT | 7 |
I was wondering if there was any way to disable the addin manager feature in outlook. Tools > options > Other > Advanced Options > Add-In Manager Basically looking to disable users from removing or adding plugins...I have
|
| how to check office version and install relative PIA? | 27 Jun 2007 17:48 GMT | 2 |
Hi Experts, I am developing an outlook plugin for office 2000,2003,2007. i want to make a setup file which can check the installed office version and install the relative PIA, before installing the addin.. how can i do that?
|
| Hot to speed up MailItems access | 27 Jun 2007 17:39 GMT | 8 |
I get some properties from each MailItem in some folder: _ItemsPtr spItems = spFolder->Items; for (int j = 0; j < spItems->Count; j++) {
|
| Spell check on custom MailItem form when replying | 27 Jun 2007 14:14 GMT | 1 |
I am developing an Outlook add-in, which uses a custom form for e-mail messages. To explain it very simply, the custom form is used every time when the user composes an e-mail message. (I.e.: The custom form is used for a new, reply or forward message.)
|
| Unable to delete folder OOM .NET add - ins | 27 Jun 2007 08:51 GMT | 15 |
I am new in Office programming. Sorry if I will repeat with my question, but after long searches, I couldn't find a solution to my problem. Problem: I am developing shared add - ins for MS Outlook 2003, my application will create *.pst file with calendar folder and that *.pst ...
|
| Get grouped by mail items | 26 Jun 2007 14:07 GMT | 3 |
I'm using vsto 2005 c# .net 2.0. How it possible to get items collection as them appear in view e.g. in folder MyFolder mail items groupe by From and Size columns, how can i get this items collection and over on it.
|
| ResolveAll doesn't underline in the mail's "To" | 23 Jun 2007 07:16 GMT | 6 |
I'm using redemption to assemble a new mail with a list of recipients from a different source. My code looks like this,,, oSaveMail.Item = moMailItem Set oRecipient = oApptItem.Recipients(i)
|
| Removing default folders | 22 Jun 2007 19:38 GMT | 3 |
I have created an ATL C++ Outlook Add-in for 2003 and 2007. Within this plug-in I have created a custom folder (separate PST) much like the personal folder that hosts a web page. By default calling AddStoreEx from the namespace the folder is created; but also child folders ...
|
| Redemption SafeMailItem.SaveAs is slow | 22 Jun 2007 17:59 GMT | 5 |
I have a licensed copy of Redemption, version 3.4.0.325, which I distribute with another product. One of the functions of this product is to save copies of various emails to the user's local drive in .msg format. However, the SafeMailItem.SaveAs method is very slow.
|
| Removing Addins in Outlook 2007 | 22 Jun 2007 17:58 GMT | 14 |
Does anyone know how to remove/disable an Addin in Outlook 2007? In 2003, that was easy through the advanced featers menu, however, in Outlook 2007, I can't find any place in the interface to just disable an Addin. Any clues on how to do this?
|
| OutlookSpy. : 'GetMailBoxTable' | 21 Jun 2007 17:49 GMT | 1 |
Hi Dimitry/All, How can check the values for 'GetMailBoxTable' call using Outlook SPY on exchange/outlook2k3 ? I am not sure how to do this within OutlookSpy.
|