Re: Sending HTML from Outlook to non-Outlook clients

From: Sue Mosher [MVP-Outlook] (suemvp_at_outlookcode.com)
Date: 12/08/04


Date: Wed, 8 Dec 2004 13:34:12 -0500

That's not enough to tell us anything. Without the full message source that
shows the different message parts, we really can't tell what's being sent. I
can't tell you how to get the full source from GroupWise.

-- 
Sue Mosher, Outlook MVP
Author of
     Microsoft Outlook Programming - Jumpstart for
     Administrators, Power Users, and Developers
     http://www.outlookcode.com/jumpstart.aspx
"Jim Walsh" <DrJim@newsgroups.nospam> wrote in message 
news:OXdfcUU3EHA.2016@TK2MSFTNGP15.phx.gbl...
> Sue,
>
> Thanks for your quick reply to my posting. I was feeling kind of abandoned
> after no responses to my first try.
>
> Can you help with the basic problem, i.e. HTML messages prepared by 
> Outlook
> are no readable by GroupWise, and the GroupWise knowledgebase article 
> seems
> to imply that the problem is that Outlook is at fault.
>
> From a recent message I sent, here is the rest of the header (or at least 
> as
> much as I can find using View...Options):
>
> MIME-Version: 1.0
> Content-Type: multipart/alternative;
> boundary="----=_NextPart_000_002A_01C4D215.67BB2280"
> X-Mailer: Microsoft Office Outlook, Build 11.0.6353
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
> Thread-Index: AcTSNC5KChgGowLjS8yJdhNJrf8+9wACvfEA
>
>
> Jim
>
> "Sue Mosher [MVP-Outlook]" <suemvp@outlookcode.com> wrote in message
> news:e9ZHsJU3EHA.2504@TK2MSFTNGP10.phx.gbl...
>> multipart/alternative just tells you there are multiple parts, as there
>> should be in an HTML message. The details about the individual parts will
> be
>> farther down in the message source.
>>
>> "Jim Walsh" <DrJim@newsgroups.nospam> wrote in message
>> news:eVUiw8T3EHA.3472@TK2MSFTNGP09.phx.gbl...
>> >
>> > I have some correspondents that are using GroupWise as their e-mail
>> > client.
>> >
>> > I have noted that they are usually unable to read e-mail that I send to
>> > them
>> > that has been prepared and sent from Outlook using HTML format.
>> >
>> > A search of this subject on the GroupWise support website turned up the
>> > following information. I quote from their website:
>> >
>> > <=============
>> > The Novell GroupWise 6.5 Client and above determine that a document is
> to
>> > be
>> > displayed in HTML by one of two methods.
>> >
>> >
>> > 1.  The message has a first level attachment of Text.Html and the
> document
>> > contains a tag like the following:
>> >
>> >  <META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
>> >
>> >  Note: The character set does not have to be "iso-8859-1" but it does
> have
>> > to be a vaild character set.  If text/html is specified without a
>> > character
>> > set specification, the client will treat the document as plain text.
>> >
>> > This tag tells the GroupWise client that the document is content
> Text/Html
>> > and specifies a Character Set.
>> >
>> >  2.  The message has a Mime.822 atachment that specifices  the
> following:
>> >  Content-Type: text/html; charset=ISO-8859-1
>> >
>> >  Note: Again, the Character Set does not have to be "iso-8859-1" but it
>> > does have to be a vaild character set.  If text/html is specified
> without
>> > a
>> > character set specification, the client will treat the document as 
>> > plain
>> > text.
>> >
>> > The Novell GroupWise 6.5 and above client will only display a message 
>> > in
>> > HTML if both HTML and the Character Set are specified.  HTML documents
>> > that
>> > do not specify a character set could be a possible security violation.
>> > The
>> > WC3 Standards Organization has some good information on the subject.
>> >
>> > ================>
>> >
>> > When I look at the Internet header of HTML e-mail that I am sending 
>> > from
>> > Outlook, I observe the following:
>> >
>> > Content-Type: multipart/alternative;
>> > boundary="----=_NextPart_000_007C_01C4D7CC.91512150"
>> >
>> >
>> > It appears to me that this is the cause of the problem. Does anyone 
>> > know
>> > of
>> > a way to have Outlook include an Internet header that would be
> compatible
>> > with GroupWise, and, apparently the Internet standard?
>> >
>> > Thanks for your help.
>> >
>> > Jim
>> >
>> >
>> >
>> >
>> >
>>
>>
>
> 


Relevant Pages

  • Sending HTML from Outlook to non-Outlook clients
    ... I have some correspondents that are using GroupWise as their e-mail client. ... that has been prepared and sent from Outlook using HTML format. ... and specifies a Character Set. ...
    (microsoft.public.outlook.general)
  • Re: MailItem.SaveAs encoding characters wrong from HTML message
    ... the problematic workstation and on one working properly. ... Outlook 2003 SP3 ... What is the default character set and font on the problem computer? ... The problem is that on this particular workstation when an HTML message is ...
    (microsoft.public.outlook.program_vba)
  • Sending Outlook HTML to GroupWise clients
    ... I have some correspondents that are using GroupWise as their e-mail client. ... that has been prepared and sent from Outlook using HTML format. ... and specifies a Character Set. ...
    (microsoft.public.outlook.general)
  • Re: Sending HTML from Outlook to non-Outlook clients
    ... > that has been prepared and sent from Outlook using HTML format. ... > A search of this subject on the GroupWise support website turned up the ... > The Novell GroupWise 6.5 Client and above determine that a document is to ... > and specifies a Character Set. ...
    (microsoft.public.outlook.general)
  • Re: Setting character set for html message body
    ... HTML from IE) and see what the differences are? ... OutlookSpy - Outlook, CDO ... Do you think wrapping it in RTF will really help? ... a message where the original character set is "gbk" ...
    (microsoft.public.win32.programmer.messaging)