Forum: Add-ins for Outlook
September 10th 09, 01:56 PM Posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba,microsoft.public.platformsdk.mapi
|
Replies: 11
Views: 1,318
Should I switch to redemption
Hi Tom
I'm programming my Addin for Outlook2007. After running against several restrictions I know think about switching to Redemption
and RDO, but it seems that it's a oneway road. If I doo I...
|
Forum: Outlook and VBA
September 10th 09, 01:56 PM Posted to microsoft.public.developer.outlook.addins,microsoft.public.outlook.interop,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba,microsoft.public.platformsdk.mapi
|
Replies: 11
Views: 1,603
Should I switch to redemption
Hi Tom
I'm programming my Addin for Outlook2007. After running against several restrictions I know think about switching to Redemption
and RDO, but it seems that it's a oneway road. If I doo I...
|
Forum: Add-ins for Outlook
June 8th 09, 08:42 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 554
|
Forum: Add-ins for Outlook
June 8th 09, 08:01 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 3
Views: 554
|
Forum: Outlook and VBA
May 29th 09, 03:51 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 8
Views: 870
|
Forum: Outlook and VBA
May 29th 09, 03:10 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 8
Views: 870
|
Forum: Outlook and VBA
May 29th 09, 01:47 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 8
Views: 870
|
Forum: Outlook and VBA
May 29th 09, 08:00 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 5
Views: 788
Outlook custom properties
Hi Mcafe,
Anyone know how to add custom properties into Outlook [msg file] from
macro?
I already try some solution provided but still not able to solve this
problem.
This are the...
|
Forum: Outlook and VBA
April 16th 09, 06:18 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 2
Views: 573
Exchange Empfängernamen auslesen
Hi Jörg,
ich suche schon geraume Zeit in NG's und über Google.
The primary language in this newsgroup is english.
Leider fehlt mir der Ansatz. Ich möchte per vba die Namen der möglichen
...
|
Forum: Outlook - Using Forms
April 12th 09, 09:47 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 1
Views: 254
How to remove Published forms?
Hi David,
I was running MSOutlook 2007. I created a form and published it. I
accessed
it via Actions tab. I select it, fill it out and send it out.
I uninstalled Outlook 2007 and installed...
|
Forum: Add-ins for Outlook
April 12th 09, 09:43 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 566
Error Message
After rebooting my computer following a faulty Logitech camera
pplication -
I am receiving several Outlook error messages.
One is "The add-in C:\PROGRA-2\AVG\AVG8\avgxch21.dll could not...
|
Forum: Add-ins for Outlook
April 9th 09, 10:27 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 119
Newbie get_CurrentItem() question
Hi Gabriel,
I DID change the declaration to
CComPtrOutlook::_MailItem from CComPtrIDispatch because I couldn't
figure
out how to convert between.
Use QueryInterface to "cast" between...
|
Forum: Add-ins for Outlook
April 9th 09, 07:39 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 119
Newbie get_CurrentItem() question
Hi Gabriel,
I think I'm confusing the Inspector object and the Selection object.
Inspector gives you access to a single item shown by Outlook in its
own window.
If I have one or more messages...
|
Forum: Add-ins for Outlook
April 8th 09, 07:58 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 119
Newbie get_CurrentItem() question
Hi Gabriel,
I am attempting to add the body of the currently selected message to a new
message I create. The new message creation/sending part works fine, but I
get
a fatal error every time...
|
Forum: Add-ins for Outlook
March 30th 09, 12:03 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 605
Errors while adding new item to main menu
Hi Ramazan,
Office::CommandBarPtr lAnaMenu = spCmdBars-GetActiveMenuBar();
Check your smart pointers before you use them!
if(IAnaMenu == NULL)
-- some error handling
...
|
Forum: Add-ins for Outlook
March 30th 09, 10:19 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 4
Views: 605
Errors while adding new item to main menu
Hi Ramazan,
Office::CommandBarPtr lAnaMenu = spCmdBars-GetActiveMenuBar();
Check your smart pointers before you use them!
if(IAnaMenu == NULL)
-- some error handling
Newer Outlook versions...
|
Forum: Add-ins for Outlook
March 27th 09, 08:11 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 559
|
Forum: Add-ins for Outlook
March 26th 09, 12:42 PM Posted to microsoft.public.outlook.program_addins
|
Replies: 6
Views: 559
|
Forum: Add-ins for Outlook
March 19th 09, 08:33 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 1
Views: 550
|
Forum: Add-ins for Outlook
March 14th 09, 11:54 AM Posted to microsoft.public.outlook.program_addins
|
Replies: 2
Views: 600
MAPI programming issue - outbox doesn't exist?
Hi tsunamisama.
Hi, I'm not sure where I need to post this question, but I guess this
Discussion Group is the closest match, so here goes:
(BTW: if anyone can suggest a better place to ask...
|
Forum: Add-ins for Outlook
August 29th 08, 01:13 PM Posted to microsoft.public.office.developer.com.add_ins,microsoft.public.office.developer.officedev.other,microsoft.public.officedev,microsoft.public.outlook.program_addins
|
Replies: 0
Views: 439
Please vote for public Microsoft Office symbols
Hi Office developers,
if you ever had the need for public Microsoft Office debug symbols to make
your debugging of addins or the like easier, please vote on Microsoft
Connect. Up to now Microsoft...
|
Forum: Outlook - Using Forms
May 14th 08, 03:20 PM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 618
Outlook custom forms
Hi Eric,
I now think I can read Process Monitor correctly, so that means the
previous post was not accurate. The message when I try to open the
custom form is:
Under column 'Operation'...
|
Forum: Outlook - Using Forms
May 14th 08, 08:16 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 618
Outlook custom forms
Hi Eric,
From what I can tell in Process Monitor, it says NameNotFound, or
FileNotFound.
Which files or reg keys are missing?
It might be quite normal if some are missing because some form...
|
Forum: Outlook - Using Forms
May 10th 08, 11:09 AM Posted to microsoft.public.outlook.program_forms
|
Replies: 7
Views: 618
Outlook custom forms
Hi Eric,
I have created a custom form in Outlook 2002 and it worked great on
my old laptop. I am now using a new laptop and want to use that
custom form and now get this message: 'An error has...
|
Forum: Outlook and VBA
April 21st 08, 03:52 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 17
Views: 3,743
MAPI Session Logon error
Hi Sue,
Actually, it should be possible to do that by prefixing the userID
with "=" to force an exact match, e.g. "=" & UserId
I tested that a while ago and had problems with it. It could...
|