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 41
Search took 0.10 seconds.
Search: Posts made by: Jason
Forum: Add-ins for Outlook April 22nd 09, 03:59 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 497
Posted By Jason
Emails stay in Outbox forever once addin is loaded

The problem of Email won't go out appears in one VM for Outlook 2007. No
problem in dev machine since we replaced the ActiveExplorer.SelectionChange
with BeforeItemMove event. Now the suspect...
Forum: Add-ins for Outlook April 22nd 09, 03:58 AM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 497
Posted By Jason
Emails stay in Outbox forever once addin is loaded

Thanks Tom. I agre that could be the last resort. Right now we just leave
the option open. Our customers pay for the service. Internal users are much
easier to deal with.

"Tom"...
Forum: Add-ins for Outlook April 21st 09, 03:57 PM Posted to microsoft.public.outlook.program_addins
Replies: 12
Views: 1,829
Posted By Jason
add-in won't load

The problem of Email won't go out appears in one VM for Outlook 2007. No
problem in dev machine since we replaced the ActiveExplorer.SelectionChange
with BeforeItemMove event. Now the suspect is...
Forum: Add-ins for Outlook April 9th 09, 03:56 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 742
Posted By Jason
obfuscator problem

I chekced the article "Giving a .NET Assembly a Strong Name" at
http://www.codeguru.com/columns/experts/print.php/c4643. My procedure was
right.

I then used Dotfuscator Community Edition (not...
Forum: Add-ins for Outlook April 9th 09, 02:50 AM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 742
Posted By Jason
obfuscator problem

Same problem: xxx.dll does not represent a strongly named assembly

Here is what we did:

1. checked "Delay Sign only" while kept "Sign the assembly" check
2. built, got UnsignedAddin.dll
3. ran...
Forum: Add-ins for Outlook April 8th 09, 04:19 AM Posted to microsoft.public.outlook.program_addins
Replies: 12
Views: 1,829
Posted By Jason
add-in won't load

It works! Thanks Ken. You are genius.

"Ken Slovak - [MVP - Outlook]" wrote in message
...
Please do not start new threads for the...
Forum: Add-ins for Outlook April 7th 09, 09:02 PM Posted to microsoft.public.outlook.program_addins
Replies: 4
Views: 742
Posted By Jason
obfuscator problem

Can anyone recommend a obfuscator?

We tried Xenocode postbuild but got an error: "This assembly is not strong
name signed." Looks like the message came out of the RunCaspolCommand method
in the...
Forum: Add-ins for Outlook April 7th 09, 03:28 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 497
Posted By Jason
Emails stay in Outbox forever once addin is loaded

The problem only occurs when user click the Outbox folder, then send an
Email. No problem if the folder is not selected.

The problem happens on Outlook 2007 and 2003. Not every computer will have...
Forum: Add-ins for Outlook April 7th 09, 03:21 PM Posted to microsoft.public.outlook.program_addins
Replies: 12
Views: 1,829
Posted By Jason
add-in won't load

Now the problem of email won't go out also occurs on Outlook 2003. So it is
not 2007 specific.

After comment out the explorer.SelectionChange, emailing resumes normal.

explorer.SelectionChange...
Forum: Add-ins for Outlook April 6th 09, 05:56 PM Posted to microsoft.public.outlook.program_addins
Replies: 12
Views: 1,829
Posted By Jason
add-in won't load

Yes you are right. The problem only occurs when user clicks the Outbox
folder then create a new mail. No problem if user has not highlighted the
Outbox.

Once the mail is stalled, no matter how...
Forum: Add-ins for Outlook April 6th 09, 03:39 PM Posted to microsoft.public.outlook.program_addins
Replies: 12
Views: 1,829
Posted By Jason
add-in won't load

The problem of mail not going out only occurs on Outlook 2007, not 2003.

I believe it is caused by the interception of Explorer's SelectionChange
event.

//class level variable to hold event...
Forum: Add-ins for Outlook April 6th 09, 03:22 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 684
Posted By Jason
Problem installing VSTO AddIn on Vista

We are able to load addin/vsto/pia on Vista machine after disabling UAC.
I played with ORCA without success.

"rob_tt08" wrote in message...
Forum: Add-ins for Outlook March 31st 09, 05:52 PM Posted to microsoft.public.outlook.program_addins
Replies: 12
Views: 1,829
Posted By Jason
add-in won't load

The add-in was in the Disabled Items list. After enable it, the add-in was
loaded and the menu appeared. But now email won't go out. They stay in
Outbox forever.

I remember someone had the same...
Forum: Add-ins for Outlook March 31st 09, 02:59 AM Posted to microsoft.public.outlook.program_addins
Replies: 12
Views: 1,829
Posted By Jason
add-in won't load

The add-in did not load at all. There is logging as the very 1st statemnt in
startup event handler. Nothing logged.

We'll try the new tips. Thanks Ken.



"Ken Slovak - [MVP - Outlook]"...
Forum: Add-ins for Outlook March 29th 09, 05:58 PM Posted to microsoft.public.outlook.program_addins
Replies: 12
Views: 1,829
Posted By Jason
add-in won't load

One of out customer installed multiple add-ins.
Our older version worked on his machine but not the newer version.
Disable or remove all other add-ins from Outlook add-in manager, re-enable
or...
Forum: Add-ins for Outlook March 29th 09, 05:46 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 506
Posted By Jason
prevent user from installing wrong version of add-in

Checking PIA works. It is enough just checking PIA without checking Outlook.
PIA checking will not get through in all 3 possible cases:
1. Office is not installed at all
2. Office is installed but...
Forum: Add-ins for Outlook March 21st 09, 06:53 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 506
Posted By Jason
prevent user from installing wrong version of add-in

Are there any ways, such as using launch conditions, to stop the
installation when the version of Outlook does not match the version of
add-in?

Both setup.exe and msi can run through regardless...
Forum: Add-ins for Outlook March 21st 09, 06:29 AM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 589
Posted By Jason
Outlook 2007 using custom form created for Outlook 2003

Looks like I am safe. Thanks Sue.

"Sue Mosher [MVP]" wrote in message
...
See...
Forum: Add-ins for Outlook March 20th 09, 04:15 PM Posted to microsoft.public.outlook.program_addins
Replies: 2
Views: 589
Posted By Jason
Outlook 2007 using custom form created for Outlook 2003

In Outlook 2007, I am using a custom form created in Outlook 2003. So far
there is no issue. Are there any potential problems?

There is no VBA script inside the form. Custom pages and user defined...
Forum: Add-ins for Outlook March 20th 09, 04:10 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 635
Posted By Jason
dragging an calendar item to deleted folder does not trigger ItemRemove event

The problem was gone by itself after a couple of builds. Strange but I am
relieved.

"Jason" wrote in message
...
On Outlook 2003, when...
Forum: Add-ins for Outlook March 18th 09, 01:58 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 635
Posted By Jason
dragging an calendar item to deleted folder does not trigger ItemRemove event

On Outlook 2003, when dragging and dropping an calendar item to the Deleted
folder, the ItemRemove event is only fired on one dev machine, not on other
machines (VM, non-VM, pop3, exchange). There...
Forum: Add-ins for Outlook March 12th 09, 10:25 PM Posted to microsoft.public.outlook.program_addins
Replies: 9
Views: 1,196
Posted By Jason
ItemRemove event not fire when delete recurring appointment

I realized the Original time of Exception object can be used as ID. It is
different/unique for each Exception. In a series, each occurrence's start
time is different/unique. It is calculated based...
Forum: Add-ins for Outlook March 12th 09, 02:10 AM Posted to microsoft.public.outlook.program_addins
Replies: 9
Views: 1,196
Posted By Jason
ItemRemove event not fire when delete recurring appointment

Let me clarify again. I need to be able to identify the item that was
modified or deleted, in other words, I need the ID of single occurrence,
otherwise I can not sync it with other applications....
Forum: Add-ins for Outlook March 10th 09, 11:58 AM Posted to microsoft.public.outlook.program_addins
Replies: 9
Views: 1,196
Posted By Jason
ItemRemove event not fire when delete recurring appointment

I need to know what is happening right now, not the past history. I need
current item and current action. Look like they are not there. I'd have to
give up on this.

When an item is changed, the...
Forum: Add-ins for Outlook March 9th 09, 05:02 PM Posted to microsoft.public.outlook.program_addins
Replies: 9
Views: 1,196
Posted By Jason
ItemRemove event not fire when delete recurring appointment

You are right Ken.

The deleted items remain in the Exception collection and have the deleted
property set to true and the Appointment set to null.

The Exception collection contains both modified...
Showing results 1 to 25 of 41

 
Forum Jump

All times are GMT +1. The time now is 06:24 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.