| Thread | Last Post | Replies |
|
| method .CreateItemFromTemplate is incorrect - ol2003 sp2 issue? | 30 Oct 2005 13:37 GMT | 9 |
My app (VB6) imports an task from a .msg file with the .CreateItemFromTemplate statement: Set moItem = goOutl.CreateItemFromTemplate(msMsgFile, moOlFld) The param moOlFld is an task outlook.mapifolder and the task should be
|
| Why there is no outlook reference document for c++ | 27 Oct 2005 04:59 GMT | 1 |
I am new to outlook program, my application is wrote in VC++, I want to access outlook from it, but why I can't find a reference document of outlook model for c++, only can get a VBA model. Thanks for your help
|
| outlvba.dll is not a valid Office Add-in | 25 Oct 2005 12:25 GMT | 3 |
Hi, when starting Outlook I get this error C:\Documents and Settings\username\Application Data\Microsoft\AddIns\outlvba.dll is not a valid Office Add-in
|
| Save open message in .net addin | 24 Oct 2005 12:49 GMT | 4 |
I cant find anything on how to save the current message (to a file) - only saving sent messages. Any help would be appreciated. Thanks
|
| NewsGroups in Outlook 2003 | 23 Oct 2005 03:21 GMT | 2 |
I am thinking of developing a Addin for Outlook 2003 to be able to view NewsGroup in Outlook Is it possible, if yes can someone give me directions how. Thanks
|
| Outlook add-in causing Word 2003 toolbar problems | 22 Oct 2005 21:44 GMT | 3 |
My Outlook add-in creates a temporary toolbar in every inspector window. It seems to work fine in Outlook 2002, whether Outlook or Word is selected as the e-mail editor. It also works fine in Outlook 2003 when Outlook is the e-mail editor.
|
| getting attachments | 21 Oct 2005 19:18 GMT | 1 |
I am stuck in a problem and I don't seem to find the answer in the groups. I am developing an addin in c# in outlook 2003. When the user forwards one PostItem, outlook creates a MailItem and
|
| Outlook Add-in Problems | 19 Oct 2005 23:19 GMT | 3 |
Hey Guys, Here's the scenario, I am writing an outlook add-in that will cross-reference all of the recipients of an email against a user defined data source to see if the contact is a corporate contact. If one of the
|
| Inconsisten MailBox IDs | 18 Oct 2005 18:24 GMT | 1 |
I created an Outlook Add-In that reads the Recipients on Item Send and take actions based on the Recipient's MailBox ID. However, we are getting inconsistent Mailbox IDs for some users. I created some VBA code to test this. Here's what's happening:
|
| Public Holidays | 17 Oct 2005 11:48 GMT | 1 |
I was wondering if someone could help me i run Outlook 2002 and the public holidays only go up to this christmas 2005 what do i need to do to extend these holidays??? Please help
|
| IMessage's PR_ENTRYID changes with Outlook 2003 SP2 | 15 Oct 2005 21:35 GMT | 4 |
I just installed 2003 SP2 and now, when I accept a meeting invitation, the original PR_ENTRYID for the meeting is changed to something different. I thought entryid's where non-volatile so long as the message was not moved to another folder.
|
| Getting the name of a Form Page in OL AddIn (C++) | 13 Oct 2005 19:10 GMT | 2 |
Does anyone know how to get the "Name" of an Outlook Form page from within a C++ Outlook COM Add-In? Its very simple in VBScript: p3Name = GetInspector.ModifiedFormPages(3).Name
|
| Outlok Add-in Woes!! | 13 Oct 2005 06:09 GMT | 3 |
I have an add-in that I have tweaked from an example download. They used the 10.0 Interop assemblies. I changed it to use the 11.0 assemblies cause it is going to be strickly an Outlook 2003 Add-in. I have installed the plug in on two different Windows 2003 computers and it ...
|
| Session Variable in Outlook addin | 11 Oct 2005 17:26 GMT | 1 |
What would be the best way to set and get a value of a variable while outlook is running. I want to prompt for a username and pass one time and store it in a variable somewhere in my outlook addin and then use the variable value everytime. Then I want to dispose of it once ...
|
| Get Email Addresses from Email | 11 Oct 2005 02:08 GMT | 1 |
I am writing an add in that when I click a button in my toolbar of an email it brings up all the BCC, CC, To and from email addresses. I have it working but when I have a to or from email address that is in my contact or my excahnge server list it just shows the name. Can ...
|