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 33
Search took 0.14 seconds.
Search: Posts made by: Dhananjay
Forum: Add-ins for Outlook January 4th 10, 10:41 AM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,305
Posted By Dhananjay
Check whether mail item is proper for sending or not

Thanks Dmitry for your valuable reply, but could you please tell me
what should I do for Spell check, Signature issues. Since I want to
perform my upload and send operation synchronously, I realized...
Forum: Add-ins for Outlook December 31st 09, 01:32 PM Posted to microsoft.public.outlook.program_addins
Replies: 5
Views: 1,305
Posted By Dhananjay
Check whether mail item is proper for sending or not

Hi,
I have added one button on ribbon viz. "Upload and Send" in ol 2007 /
vb 2005. When user will click on that button, I want to get
information about message like To, CC, body etc and upload...
Forum: Outlook and VBA December 24th 07, 03:56 PM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 591
Posted By Dhananjay
Addhandler not working

Hi all,
I have created one COM-addin in VSTO SE / VB 2005 / Outlook 2003.
Same code works fine when I created the addin for outlook 2007.

My code snippet is as follows

' In general section
...
Forum: Outlook and VBA December 18th 07, 06:51 AM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,221
Posted By Dhananjay
Modify VSTO addin's manifest to work it as Invoker

Hi Ken!
I downloaded your project from the site you mentioned viz.
http://www.slovaktech.com/outlook_2007_templates.htm & the project zip
name is VSTO_VBNETAddin.zip.
After that when I opened your...
Forum: Outlook and VBA December 17th 07, 12:42 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,221
Posted By Dhananjay
Modify VSTO addin's manifest to work it as Invoker

Thanks Ken, for your valuable reply.
I downloaded SDK & used orca to change the msi to "UAC Compliant".
Now it is not showing me the UAC dialog for "An unidentified program
wants to access your...
Forum: Outlook and VBA December 7th 07, 02:47 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,221
Posted By Dhananjay
Modify VSTO addin's manifest to work it as Invoker

Hi All,
I have developed one COM- addin in VSTO / VB 2005 / Office 2007. As we
know that, if we create a VSTO addin, then it is having manifest file
as well. As I have been told that, I should add...
Forum: Outlook and VBA December 7th 07, 02:42 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 375
Posted By Dhananjay
Property Page is not loaded on Vista

Hi Ken,
Further I need some clarifications from you.
1 Framework security setup : What is it? How can I check it? Can it
be fixed by installing .net framework again?
2 Dependencies in the project...
Forum: Outlook and VBA December 7th 07, 06:29 AM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 375
Posted By Dhananjay
Property Page is not loaded on Vista

Hi Ken,
Thanks for your reply.
I downloaded your sample project from http://www.slovaktech.com/outlook_2007_templates.htm
viz. "VSTO 2005 SE VB.NET Addin Project". Your addin shows me one menu
bar &...
Forum: Outlook and VBA December 6th 07, 06:44 AM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 375
Posted By Dhananjay
Property Page is not loaded on Vista

Hi Ken,
Thanks for your valuable reply.
First of all, I have not added any external ocx for property page( If
my class inherits from UserControl & implements PropertyPage and then
it is said to be...
Forum: Outlook and VBA December 5th 07, 12:53 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 375
Posted By Dhananjay
Property Page is not loaded on Vista

Hi All,
I have developed one COM-Addin in vb 2005 / VSTO / Office 2007. I have
added one property page to the options page. My addin loads perfectly
with the correct option page, on any platform for...
Forum: Outlook and VBA November 19th 07, 02:45 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 504
Posted By Dhananjay
Property page not loaded in Office 2007

Hi All,
I have developed one COM-Addin in vb 2005 / VSTO / Office 2007. I have
added one property page to the options page. My addin loads perfectly
with the correct option page, on any platform for...
Forum: Outlook and VBA November 1st 07, 11:08 AM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 550
Posted By Dhananjay
How to run addin as a "Invoker"

I have created my addin in VSTO / Office 2007 / Vb 2005. My addin's
one functionality is to insert records in one mdb file.
My addin works under XP machine perfectly. Now, if I run my addin
under...
Forum: Outlook and VBA October 26th 07, 07:47 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 1,206
Posted By Dhananjay
Set "Received" field for inbox item programmatically

Hi Dmitry,
Unfortunately my code is not working. I added following line to change
the received time. Other fields are changed successfully. But when I
see in the inbox Received time is same as my...
Forum: Outlook and VBA October 25th 07, 05:15 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 542
Posted By Dhananjay
Redemption on Windows Vista

Hi All,
I have created one COM-addin in vb6 for office 2003. I am registering
the "Redemption.dll" with regsvr32 through my code. Code is working
perfectly under all OS except "Windows Vista". What...
Forum: Outlook and VBA October 25th 07, 07:45 AM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 1,206
Posted By Dhananjay
Set "Received" field for inbox item programmatically

On Oct 24, 9:30 pm, "Dmitry Streblechenko" wrote:
Do you mean the ReceivedTime property?
It corresponds to the PR_MESSAGE_DELIVERY_TIME MAPI property and can be set
using...
Forum: Outlook and VBA October 24th 07, 04:05 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 1,398
Posted By Dhananjay
Add custom icon to commandbar button

Hi all,
My outlook addin is developed in VSTO using VB 2005 for office 2007.
How can I add icon to my custom commandbar button? I checked on MS
site & found one reference to this part, but my icon is...
Forum: Outlook and VBA October 24th 07, 04:05 PM Posted to microsoft.public.outlook.program_vba
Replies: 5
Views: 1,206
Posted By Dhananjay
Set "Received" field for inbox item programmatically

Hi All,
I am creating a inbox item programmatically in vb 2005/Office 2007/
VSTO. I want to set the "Received" field of that inbox item. How
should I do?

Thanks,
Dhananjay
Forum: Outlook and VBA October 24th 07, 07:44 AM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,110
Posted By Dhananjay
Could not load file or assembly Interop.MAPI

On Oct 24, 1:23 am, "Dmitry Streblechenko" wrote:
CDO 1.21 is not installed by Outlook 2007.

Dmitry Streblechenko (MVP)http://www.dimastr.com/
OutlookSpy - Outlook,...
Forum: Outlook and VBA October 23rd 07, 06:09 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 1,104
Posted By Dhananjay
Capture delete key

Hi All,
I want to capture delete key on any mailitem. i.e. If user wants to
delete any mail, then if he uses the delete key on the keyboard, can I
trap the event for that?
Thanks,
Dhananjay
Forum: Outlook and VBA October 23rd 07, 05:54 PM Posted to microsoft.public.outlook.program_vba
Replies: 6
Views: 1,110
Posted By Dhananjay
Could not load file or assembly Interop.MAPI

Hi All,
I am developing one VSTO addin for office 2007 in VB 2005. I have used
CDO. As per suggesion on MS site, I have given strong Name to my
addin. My addin is shown in the ol2007 perfectly, but...
Forum: Outlook and VBA October 22nd 07, 04:03 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 541
Posted By Dhananjay
VSTO addin for all users

Thanks Sue for your reply,
My coworker worked on that part as your link suggested, but
unfortunately we didn't achieve result for office 2003. The solution
you provided is for office 2007.
What...
Forum: Outlook and VBA October 16th 07, 04:48 PM Posted to microsoft.public.outlook.program_vba
Replies: 2
Views: 541
Posted By Dhananjay
VSTO addin for all users

Hi all,
I want to mass install my addin from Active Directory. I have created
my addin in VSTO SE in VB 2005 for Office 2003. Now if I install my
addin in that way, I can install it only for current...
Forum: Outlook and VBA October 15th 07, 05:03 PM Posted to microsoft.public.outlook.program_vba
Replies: 0
Views: 420
Posted By Dhananjay
Addin is not working

Hi all,
I have developed my shared addin in VB2005 for outlook 2007. My addin
is not working on one test machine. I checked for the environments &
the specification is -
Windows XP with all...
Forum: Outlook and VBA October 15th 07, 11:02 AM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 947
Posted By Dhananjay
Custom view is not working

Thanks Ken for your valuable reply,
And what's not working?
Ans: My view is not working. Custom property is added to folder
properties.
Now, as per Sue suggested, I selected different folder first...
Forum: Outlook and VBA October 13th 07, 04:05 PM Posted to microsoft.public.outlook.program_vba
Replies: 3
Views: 947
Posted By Dhananjay
Custom view is not working

Hi All,
I am creating custom view. Following is my code snippet of one of my
commandbar...
Showing results 1 to 25 of 33

 
Forum Jump

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