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 22 of 22
Search took 0.04 seconds.
Search: Posts made by: Nagaraj
Forum: Add-ins for Outlook July 30th 09, 12:10 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 551
Posted By Nagaraj
How to know the version of outlook version

Hi,

I am developing outlook 2003 VSTO plugin project. How can I get
programatically the outlook version (in this case 2003) ?

Thanks in advance

--
Nagaraj Tadipatri
Forum: Add-ins for Outlook July 28th 09, 10:35 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 492
Posted By Nagaraj
How to know New button is clicked

Hi,

I have the following code in my app

if (this.Application.ActiveExplorer().Selection.Count 0)
{
Object selObject =...
Forum: Add-ins for Outlook July 24th 09, 10:06 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 728
Posted By Nagaraj
VSTO outlook 2007 addin installation problem

My system configuration is

Windows XP Professional Version 2002 Service Pack 2
--
Nagaraj Tadipatri


"Nagaraj" wrote:

Hi,
Forum: Add-ins for Outlook July 24th 09, 09:40 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 728
Posted By Nagaraj
VSTO outlook 2007 addin installation problem

Hi,

I am developing outlook 2007 VSTO plugin and using SetSecurity project also.
In SetSecurity.cs file
I have the following line.

try
{
// The...
Forum: Add-ins for Outlook July 23rd 09, 04:21 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 836
Posted By Nagaraj
Support for outlook 2003 addin in xp home sp2

Thanks Ken for the information.

You are right. It is a VSTO project. Assemblies are strongly named. I am
deployting VSTO second edition runtime and Preop assemblies 2003 along with
..NET framework...
Forum: Add-ins for Outlook July 23rd 09, 03:08 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 836
Posted By Nagaraj
Support for outlook 2003 addin in xp home sp2

Hi

I created and installed one Outlook 2003 with SP3 addin in my local system.
I used SetSecurity project and it is working fine here
My system details are
XP Professional Version 2002 Service...
Forum: Add-ins for Outlook July 4th 09, 12:04 PM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 4,631
Posted By Nagaraj
Get SMTP address of sender in outlook 2003

Thanks for your information. The problem is solved by the following line

sender = Application.Session.CurrentUser.Address


--
Nagaraj Tadipatri


"Ken Slovak - [MVP - Outlook]" wrote:
Forum: Add-ins for Outlook July 4th 09, 11:57 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 461
Posted By Nagaraj
runtime error while loading of outlook 2003 plugin

Hi

I have my outlook 2007 plugin working fine. For outlook 2003 I changed the
code and it is working fine also. When I build the setup project in Visual
Studio 2008(outlook 2003 plugin) it is...
Forum: Add-ins for Outlook July 3rd 09, 09:22 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 4,631
Posted By Nagaraj
Get SMTP address of sender in outlook 2003

Hi,

I want to retrieve smtp address of sender in outlook 2003 plugin development

I used
mailItem.SenderEmailAddress
but it is not giving any value

In 2007 I got the value by...
Forum: Add-ins for Outlook May 27th 09, 03:53 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 506
Posted By Nagaraj
How to know which button clicked

Thanks Ken.

I have the following code in Inspectors.NewInspector()


if (this.Application.ActiveExplorer().Selection.Count 0)
{
Object selObject =...
Forum: Add-ins for Outlook May 27th 09, 03:19 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 506
Posted By Nagaraj
How to know which button clicked

Hi,

I selected one mailItem in the Inbox. I selected New button. How can I know
programatically that I selected New button only.

Can anyone suggest me? Thanks in advance

--
Nagaraj Tadipatri
Forum: Add-ins for Outlook May 6th 09, 12:20 PM Posted to microsoft.public.outlook.program_addins
Replies: 0
Views: 423
Posted By Nagaraj
Handling forward button in the toolbar

Hi All,

I am working on outllook 2007 with Visual Studio. When I open an existing
mail item and click Forward button the functionality is working fine.
But when I select an existing mail item and...
Forum: Add-ins for Outlook April 9th 09, 04:09 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 714
Posted By Nagaraj
To know new message length

Thank you Ken for your reply.

My requirement is when I open an existing mail item and click Forward
button, it will automatically add 2 blank lines. So when I calculate the
difference between...
Forum: Add-ins for Outlook April 9th 09, 02:47 PM Posted to microsoft.public.outlook.program_addins
Replies: 3
Views: 714
Posted By Nagaraj
To know new message length

Hi,

I opened already existing mail.I clicked Forward button. I entered some
valid email address in To field. Without entering anything I clicked Send
button.

My requirement is how to know that I...
Forum: Add-ins for Outlook April 9th 09, 02:37 PM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 644
Posted By Nagaraj
COM object that has been separated from its underlying RCW

Hi All,

I opened a mail in outlook 2007. Done some manipulations and closed it.
When I again open the same mail item I am getting the following error

COM object that has been separated from its...
Forum: Add-ins for Outlook March 16th 09, 09:57 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 490
Posted By Nagaraj
forward event in outlook with c#

Hi All,

I have some text (original message) as follows

iplease see below. i will send another one where its coming on top of the
email/i

I am capturing this text in the mail_forward event in...
Forum: Add-ins for Outlook March 11th 09, 11:53 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 1,143
Posted By Nagaraj
current cursor position in the reply event

what is the c# code to know current cursor position in the reply event.

Thanks

--
Nagaraj Tadipatri
Forum: Add-ins for Outlook March 10th 09, 07:34 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,255
Posted By Nagaraj
mailItem.HTMLBody should retrieve only current text

Hello Ken,

I have the following text in the original text within the body


divplease see below. i will send another one where its coming on top of
the...
Forum: Add-ins for Outlook March 3rd 09, 07:13 AM Posted to microsoft.public.outlook.program_addins
Replies: 1
Views: 565
Posted By Nagaraj
plain text with BodyFormat HTML not showing correctly

Hi,

I have a plain text

plain
a href=http://localhost:8080/Aatmani/adclick?adprintid=1224Learn how the
Mandarin Oriental Hotel give 5-Star service with PI/a


I want to show it in the HTML...
Forum: Add-ins for Outlook February 24th 09, 06:40 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,255
Posted By Nagaraj
mailItem.HTMLBody should retrieve only current text

Thank you Ken for your reply.

My actual requirement is I already have some message replied to me. Whenever
I reply back to him I want to display (company signature) immediately after
new text...
Forum: Add-ins for Outlook February 23rd 09, 11:57 AM Posted to microsoft.public.outlook.program_addins
Replies: 6
Views: 1,255
Posted By Nagaraj
mailItem.HTMLBody should retrieve only current text

while replying to messages, when I use mailItem.HTMLBody I am getting entire
body including previous messages. I want to get only current entered new text
but not previous messages. Can anyone know...
Forum: Outlook - Using Contacts February 23rd 09, 11:28 AM Posted to microsoft.public.outlook.contacts
Replies: 1
Views: 347
Posted By Nagaraj
move hobbies field from other tab to 'genera' tab

Hi,

Has anyone know about how to move 'hobbies' field from 'Personal Fields' to
'General' tab in contact item

Thanks in advance

--
Nagaraj Tadipatri
Showing results 1 to 22 of 22

 
Forum Jump

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