A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 9 of 9
Search took 0.05 seconds.
Search: Posts made by: [email protected]
Forum: Add-ins for Outlook August 14th 07, 06:01 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 784
Posted By [email protected]
Weird issue publishing forms

On Aug 14, 9:44 am, wrote:
Looks like it is something my add-in is doing at startup which is
causing the weird issues. I disabled my add-in, and now I can't
recreate the...
Forum: Add-ins for Outlook August 14th 07, 05:44 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 784
Posted By [email protected]
Weird issue publishing forms

Looks like it is something my add-in is doing at startup which is
causing the weird issues. I disabled my add-in, and now I can't
recreate the error with the VBA script. Thanks for the help...
Forum: Add-ins for Outlook August 14th 07, 04:09 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 784
Posted By [email protected]
Weird issue publishing forms

On Aug 14, 6:31 am, "Ken Slovak - [MVP - Outlook]"
wrote:
See if it works any better if you set the Name and DisplayName properties of
the form before you publish it. I also...
Forum: Add-ins for Outlook August 14th 07, 12:29 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 784
Posted By [email protected]
Weird issue publishing forms

Incase it helps, I translated my code into VBA and was able to
recreate the exact same problem:

Sub duh()
Dim i As Object
Set i = Application.CreateItemFromTemplate("c:\somefile.oft")
...
Forum: Add-ins for Outlook August 14th 07, 12:18 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 784
Posted By [email protected]
Weird issue publishing forms

I have an OFT file and some code which runs from a COM add-in that
does:

1. CreateItemFromTemplete

2. Get FormDescription from the template item

3. Call PublishForm on the FormDescription, asking...
Forum: Add-ins for Outlook August 8th 07, 10:21 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 1,326
Posted By [email protected]
Office 2007, Vista, COM Add-in fails to load if UAC is turned off

Not using managed code, just C++, but this is exactly what I needed.
I didn't know that part at the end... I just figured it was best to
register under HKEY_CURRENT_USER (for the classes part), since...
Forum: Add-ins for Outlook August 8th 07, 08:17 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 1,326
Posted By [email protected]
Office 2007, Vista, COM Add-in fails to load if UAC is turned off

When I use the Add... button from the COM add-ins list to add my DLL,
I can see that Outlook loads the DLL and calls DllRegisterServer, and
everything suceeds as expected. However, Outlook then...
Forum: Add-ins for Outlook January 29th 07, 10:46 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 965
Posted By [email protected]
"first day of the week" appointment item

Thank you, that is good to know incase I can't find the real value I
need. I know the value must also be stored per record, which is the
value I really need in order to synchronize correctly. ...
Forum: Add-ins for Outlook January 24th 07, 11:13 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 965
Posted By [email protected]
"first day of the week" appointment item

Does anyone know where Outlook stores the "first day of the week" field
for calculating recurring appointments?

I can tell you based on testing (ask me if you want to verify the test
steps) that...
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 03:44 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.