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 » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Seeing a cutom value in Standard Mime Headers



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old May 11th 07, 03:27 PM posted to microsoft.public.outlook.program_addins
PS
external usenet poster
 
Posts: 35
Default Seeing a cutom value in Standard Mime Headers

hey all

I have this issue which i really need some help on.

I have a Outlook Addin (programmed in C# and using VSTO) and what it
is does is creates a dropdown on each inspector (mailitems only) with
values in the dropdowns such as AAA and BBB (for example)

Bases on the business logic I stamp this value in an named (custom)
MAPI property (which I created lets say "x-classification") when the
email is sent.

Since the emails are open with my same organization - the reciever
when opens the email reads the same named property and does whatever
action it needs to do.

THE ISSUE I HAVE NOW is that since this is a custom named MAPI
property - the value which I stamp is not available on the Standard
Mime Headers when going to outside recipients (since all the extended
MAPI properties are stripped by then).

Can anybody please tell me which property (I am assuming standard
MAPI) can i use to stamp the value in so that it is available on SMIME
headers.

We have a app in the downstream which acts on the SMIME headers and
does the necessary action.

I would really appreciate any help on this !!!!

Thanks

Ads
  #2  
Old May 11th 07, 03:54 PM posted to microsoft.public.outlook.program_addins
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Seeing a cutom value in Standard Mime Headers

How are you creating named MAPI properties using C#? CDO 1.21 and Extended
MAPI aren't supported for use in .NET code.

You can add an X-header to the items. Inside the EX organization it will
remain as a named property and it will get converted into an X-header when
the item is sent outside the organization.

You can use something like:
GetIDsFromNames("{00020386-0000-0000-C000-000000000046}", "x-test-header")
|| 0x1E;

That creates an X-header named "x-test-header".

I took that from the example on the Redemption Web site for creating an
X-header.


--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"PS" wrote in message
oups.com...
hey all

I have this issue which i really need some help on.

I have a Outlook Addin (programmed in C# and using VSTO) and what it
is does is creates a dropdown on each inspector (mailitems only) with
values in the dropdowns such as AAA and BBB (for example)

Bases on the business logic I stamp this value in an named (custom)
MAPI property (which I created lets say "x-classification") when the
email is sent.

Since the emails are open with my same organization - the reciever
when opens the email reads the same named property and does whatever
action it needs to do.

THE ISSUE I HAVE NOW is that since this is a custom named MAPI
property - the value which I stamp is not available on the Standard
Mime Headers when going to outside recipients (since all the extended
MAPI properties are stripped by then).

Can anybody please tell me which property (I am assuming standard
MAPI) can i use to stamp the value in so that it is available on SMIME
headers.

We have a app in the downstream which acts on the SMIME headers and
does the necessary action.

I would really appreciate any help on this !!!!

Thanks


 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
S/MIME Russ Outlook - General Queries 7 March 28th 07 09:31 PM
Meeting Request & MIME Headers (Outlook 2003) sdm Outlook - Calandaring 0 November 28th 06 12:47 AM
What the heck is MIME Version or Mime format? jukeboxjen Outlook Express 4 October 24th 06 08:41 PM
Outllook Calendar Cutom Form Issue Harj Outlook - Using Forms 4 August 17th 06 04:18 PM
MIME pjw911 Outlook Express 1 February 1st 06 10:20 PM


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