| Thread | Last Post | Replies |
|
| I want to develop an addin for outlook 2003 using VS .NET 2002 C#. | 31 Mar 2005 17:21 GMT | 7 |
I want to develop an addin for outlook 2003 using VS .NET 2002 C#.Can anyone help how to start for this?
 Signature thanks and regards,
|
| Automatic Send As - From field and signature | 31 Mar 2005 07:55 GMT | 1 |
I am having the following problem: BACKGROUND Exchange Server 2003 and Outlook 2003 CEO and Administrative assistant. The administrative assistant has to check
|
| New Plugin Please | 30 Mar 2005 22:11 GMT | 2 |
This is my frequently self-induced frustration. I intend to send an email with an attachment, but there are times that I forget to attach the file. I'm wondering how hard it would be to implement a "Spell Check" type option - "Attachment Check". I won't assume everyone does this, ...
|
| Redemption alternative account | 30 Mar 2005 19:26 GMT | 2 |
I am currently developing some custom message forms wich uses an COM-Addin. In this COM-addin I use the Redemption tool te by-pass the security warnings and to easely retrieve contact information from the contact folders/global address book.
|
| SaveAsFile crashes on certain Attachments! | 29 Mar 2005 22:41 GMT | 2 |
Here is my Outlook Object model code: int iNumAttachments = pAttachments->GetCount(); for (int i = 1; i <= iNumAttachments; i++) {
|
| Stripping Attachements | 28 Mar 2005 17:16 GMT | 1 |
I have a Blackberry and ony have 10 MB of server space to hold messages to my handheld. How can i remove attachments from mt outlook mesages them to my Blackberry account.
|
| Addin mulithreading | 28 Mar 2005 14:21 GMT | 9 |
I am thinking of spawning a thread of processing the MAPIFolder selected everytime when the BeforeFolderSwitch was trigger. I overheard that Outlook VBA/OOM is a single threaded, is it true? And even if it is single threaded, can I do a multhreading programming? Any ...
|
| Same Problem | 26 Mar 2005 20:32 GMT | 1 |
I have the exact same problem but I am using a MS smartphone. Any solution?
|
| Setting PR_ACCESS | 25 Mar 2005 07:15 GMT | 2 |
I'm running outlook in internet mode. When I create a new appointment item, I'd like to make it read-only. But outlook seems to always create it read/write. I can't set PR_ACCESS directly with something like SetProps. Does anyone know what to do to change PR_ACCESS. I see that in ...
|
| m_olAppointmentItem_BeforeDelete - problem | 24 Mar 2005 19:47 GMT | 1 |
I'm trying to create a Outlook Add-in to follow up some things in our Account-software. When I try to monitor the Appointment-folder for appointments being deleted with the folowing code : Private Sub m_olAppointmentItem_BeforeDelete(ByRef Item As Object, ByRef
|
| mapi attachment problem | 24 Mar 2005 19:17 GMT | 3 |
I'm trying to update an exception to a calendar event using mapi. Exceptions are stored as attachments to the owning event. With OpenAttach and OpenProperty, I get an IMessage to the exception and appear to successfully write to that object. But, even after SaveChanges to the ...
|
| Getting Calendar Position in Addin | 24 Mar 2005 16:13 GMT | 2 |
I'm creating an add-in for Outlook which uses the Calendar to show data. I need to know the start and end dates that the user can see when they use the day/week/month view. Is there a way to get this information programmatically?
|
| Update Calendar month view | 24 Mar 2005 15:39 GMT | 1 |
How can I get Outlook to update the Calendar month view? I have some code that can delete an appointment. If the deleted appointment happens to be the last one for the day, the day number should be changed from bold to normal. This works fine if the
|
| Creating a simple add-in. | 23 Mar 2005 23:41 GMT | 4 |
I would like to build an add-in that will create a textbox and a button in the outlook toolbar , and when I press on the button, it will add a new contact with my details. How do I do that? it supposed to be very easy..
|
| Attachment kind | 23 Mar 2005 15:51 GMT | 5 |
Dear Sirs, How can I differentiate between an attachment that is an image or a logo embedded within the message or if it is an attached file? Regards,
|