Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sending Category field to Outlook from an external sys 1

Status
Not open for further replies.

crslack

Programmer
Jan 2, 2004
10
US
I am programming in an SAP system and I can send e-mail messages out and format them as HTML. Is there a way that Outlook would intepret an HTML tag to fill in the Categories field in the Options menu?

Help here could also be useful in sending e-mail messages from web pages etc.
 
If you take an html email, save as, the go look at the html source of the saved file, you see:
---------------------------------------------------------
<BODY lang=EN-US vLink=purple link=blue><B>From:</B> John [John@domain.com]<BR><B>Sent:</B> Tuesday, January 13, 2004 11:54
PM<BR><B>To:</B> 'John@domain.com'<BR><B>Subject:</B>
xxxxxxx<BR><BR><B>Categories:</B> cat test<BR>
<DIV class=Section1>
<P class=MsoNormal><FONT face=Arial size=2><SPAN
style=&quot;FONT-SIZE: 10pt; FONT-FAMILY: Arial&quot;>This is a test of Outlook categories.</SPAN></FONT></P></DIV></BODY></HTML>

--------------------------------------------------------

Note that what we see in outlook as the header is above <DIV class=Section1>. Categories is just another line.


Hope this gives you some ideas.


 
I have done a little research and my take on this is that Save as... creates a format and that that isn't necessarily how the text is transmitted or parsed in regular communications.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top