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 25 of 62
Search took 0.08 seconds.
Search: Posts made by: Rog
Forum: Add-ins for Outlook October 16th 06, 09:17 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 2,315
Posted By Rog
ItemChange and Exchange synchronization

I think I spoke to soon on this one. if the exchange server time is off
or it is trying to sync objects down from exchange the
lastmodificationtime will be greater that the local sync date...
Forum: Add-ins for Outlook October 16th 06, 07:33 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 907
Posted By Rog
SetColumns

I am using item.Restrict("[EMAIL1ADDRESS] = '"+email+"' AND [FIRSTNAME]
= '"+fName+"' AND [LASTNAME] = '"+lName+"'");
and it works fine when using Outlook in English, but in German it seems
be an...
Forum: Add-ins for Outlook October 16th 06, 07:00 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 2,315
Posted By Rog
ItemChange and Exchange synchronization

Thanks Dmitry for your help, I figured I would post back what I ended up
implementing. For whatever reason i had forgotten, code bloat
possibly, that I had kept a lastsyncdate variable so in the...
Forum: Add-ins for Outlook October 16th 06, 06:05 AM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 2,315
Posted By Rog
ItemChange and Exchange synchronization

Good suggestion Dmitry, so does that mean there is no way to catch this
exchange sync event programmatically within Outlook? If I triggered the
exchange sync to happen so that I could control my...
Forum: Add-ins for Outlook October 14th 06, 07:16 AM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 2,315
Posted By Rog
ItemChange and Exchange synchronization

Thanks Dmitry, so what happens is I save the contact in the code,
ItemChange fires, of course, but b/c my flag is set, I do not resave it
again to my local db. But then it seems b/c I just saved...
Forum: Add-ins for Outlook October 14th 06, 04:26 AM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 2,315
Posted By Rog
ItemChange and Exchange synchronization

Thanks Dmitry for your response. Well basically once a user does a save
I capture the ItemChange event and log the item that was change to a
local db. Then when they click a button I try to sync to...
Forum: Add-ins for Outlook October 14th 06, 04:26 AM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 2,315
Posted By Rog
ItemChange and Exchange synchronization

Thanks Dmitry for your response. Well basically once a user does a save
I capture the ItemChange event and log the item that was change to a
local db. Then when they click a button I try to sync to...
Forum: Add-ins for Outlook October 14th 06, 04:26 AM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 2,315
Posted By Rog
ItemChange and Exchange synchronization

Thanks Dmitry for your response. Well basically once a user does a save
I capture the ItemChange event and log the item that was change to a
local db. Then when they click a button I try to sync to...
Forum: Add-ins for Outlook October 14th 06, 04:25 AM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 2,315
Posted By Rog
ItemChange and Exchange synchronization

Thanks Dmitry for your response. Well basically once a user does a save
I capture the ItemChange event and log the item that was change to a
local db. Then when they click a button I try to sync to...
Forum: Add-ins for Outlook October 13th 06, 08:29 PM Posted to microsoft.public.outlook.program_addins
Replies: 15
Views: 2,315
Posted By Rog
ItemChange and Exchange synchronization

I am using the ItemChange event in my C# code to capture when an item is
saved and then do something with it. The problem is I do not want to
do this action when Exchange is syncing. Is there...
Forum: Add-ins for Outlook October 3rd 06, 05:08 PM Posted to microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Replies: 6
Views: 1,096
Posted By Rog
Outlook Add In suddenly stops loading

Will this work with .net 2.0? I had been using a Shim and it worked
great with .Net 1.1, but as soon as .net 2.0 came into the picture it
did not work anymore and I had to go to using regsvr32...
Forum: Outlook and VBA October 3rd 06, 05:08 PM Posted to microsoft.public.dotnet.general,microsoft.public.dotnet.languages.vb,microsoft.public.outlook.program_addins,microsoft.public.outlook.program_vba
Replies: 6
Views: 1,007
Posted By Rog
Outlook Add In suddenly stops loading

Will this work with .net 2.0? I had been using a Shim and it worked
great with .Net 1.1, but as soon as .net 2.0 came into the picture it
did not work anymore and I had to go to using regsvr32...
Forum: Add-ins for Outlook July 12th 06, 11:24 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 695
Posted By Rog
security prompt

I want to try to replicate the security prompt issue for one of my users
on my own machine, but I am not sure which Outlook update to install in
order to receive the security prompt that appears...
Forum: Add-ins for Outlook May 8th 06, 06:05 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,099
Posted By Rog
Outlook Add-in + Sequence of Events..

I would recommend an inspector wrapper. this example is for explorers,
but the concept is the same:
http://www.outlookcode.com/codedetail.aspx?id=789
let me know if you have any...
Forum: Add-ins for Outlook May 3rd 06, 11:02 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 208
Posted By Rog
Item_Send Cancel

Thanks Sue, yes it is an add-in. Do you mean set the Cancel to true?
I have done this and it seems the email still sends...
Any ideas?
Rog

Sue Mosher [MVP-Outlook] wrote:
This is in an add-in? You...
Forum: Add-ins for Outlook May 3rd 06, 10:44 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 208
Posted By Rog
Item_Send Cancel

While in the Item_send Event for an email,
I would like to be able to prevent the email from being sent.
any clues on how to do this without saving and deleting the item?
Thanks,
Rog
Forum: Add-ins for Outlook May 3rd 06, 02:49 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,382
Posted By Rog
adding a context menu in Outlook

Try using "Context Menu" instead of "Context"

Rog

Adi wrote:
Hi,

It still does not work.
And i think it should be .OnUpdate and not .Update as there is no such event
for COmmandBars.
Forum: Add-ins for Outlook May 2nd 06, 04:14 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 814
Posted By Rog
Launching a webpage inside Outlook programmically

You can add the folder as you normally would and then you can do the
following (C#):
webFolder.WebViewURL = url; webFolder.WebViewOn = true;
Hope that helps.
Rog

Thaddaeus Parker wrote:
I...
Forum: Add-ins for Outlook April 24th 06, 02:25 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 932
Posted By Rog
COM addin from VB.NET 2003

this is in C#: but you would use the Explorer object,
this._outlookApplicationObject.ActiveExplorer().Selection;
This will give you access to the items that are currently selected in
the active...
Forum: Add-ins for Outlook April 23rd 06, 06:16 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,346
Posted By Rog
Adding attachment to message

Hi David, if your add-in is part of Outlook you will have access to the
Outlook Application object from the Connect class (if using .net).
You would just need to add a button to the new mail item...
Forum: Add-ins for Outlook April 19th 06, 12:02 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 1,046
Posted By Rog
How to create AppointmentItem in inbox (Outlook 2002)

Instead of an AppointmentItem try MeetingItem.
rog

Galois wrote:
I'm trying to create an AppointmentItem in the Inbox, so the user could
choose if to accept invitation or not, but Outlook 2002...
Forum: Add-ins for Outlook April 11th 06, 11:27 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 909
Posted By Rog
Exchange Calendaring

Can I pull up an AppointmentItem in outlook the same way whether it is
on Exchange Calendaring or not?
Thanks
Forum: Add-ins for Outlook April 4th 06, 05:52 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,442
Posted By Rog
.net 2.0 problems

I solved this problem. I have posted my steps he
http://blog.alkirasoftware.com/?p=14

Thanks,
Rog

wrote:
That is a good question, but yes it was installed on this machine.
...
Forum: Add-ins for Outlook April 3rd 06, 05:53 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,506
Posted By Rog
strong name and Redemption

Would you potentially have any issues if you do not use a strong name?
Would it help my .net 1.1 addin to work in .net 2.0?
Rog

Dave Kane [MVP - Outlook] wrote:
It's good to assign strong names to...
Forum: Add-ins for Outlook April 3rd 06, 03:00 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 1,506
Posted By Rog
strong name and Redemption

I am trying to sign my C# Outlook Add-in. Is it wise to do ?
Necessary?
When I do this and compile I get an error: Interop.Redemption does not
have a strong name..
Any ideas on how to fix...
Showing results 1 to 25 of 62

 
Forum Jump

All times are GMT +1. The time now is 12:40 PM.


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.