Mail

  • Thread starter Thread starter Spr
  • Start date Start date
S

Spr

My problem is
that code does not execute cariage return in the body message:
"<?xml version="1.0"?>
<g:propertyupdate xmlns:g="DAV:"
xmlns:e="http://schemas.microsoft.com/exchange/"
xmlns:mapi="http://schemas.microsoft.com/mapi/"
xmlns:mapit="http://schemas.microsoft.com/mapi/proptag/" xmlns:x="xml:"
xmlns:cal="urn:schemas:calendar:"
xmlns:dt="urn:uuid:c2f41010-65b3-11d1-a29f-00aa00c14882/"
xmlns:header="urn:schemas:mailheader:" xmlns:mail="urn:schemas:httpmail:">
<g:set>
<g:prop>
<g:contentclass>urn:content-classes:appointment</g:contentclass><e:outlookme
ssageclass>IPM.Appointment</e:outlookmessageclass>
<mail:subject>,,,</mail:subject>
<mail:htmldescription>Ciao<br>Ciao</mail:htmldescription>
<cal:location>Valsessera</cal:location>
<e:keywords-utf8><x:v>Alimentatori</x:v>
</e:keywords-utf8>
<cal:dtstart dt:dt="dateTime.tz">2004-07-20T07:00:00.000Z</cal:dtstart>
<cal:dtend dt:dt="dateTime.tz">2004-07-20T07:30:00.000Z</cal:dtend>
<cal:instancetype
dt:dt="int">0</cal:instancetype><cal:busystatus>BUSY</cal:busystatus>
<cal:meetingstatus>CONFIRMED</cal:meetingstatus>
<cal:alldayevent dt:dt="boolean">0</cal:alldayevent>
<cal:responserequested dt:dt="boolean">1</cal:responserequested>
<header:to>[email protected]</header:to><header:cc>user3@example
..com</header:cc>
<header:bcc>[email protected]</header:bcc><mapi:finvited
dt:dt="boolean">1</mapi:finvited>
</g:prop></g:set></g:propertyupdate>"
 
* "Spr said:
My problem is
that code does not execute cariage return in the body message:

[_] Your question is related to the VB.NET programming language.
 
Back
Top