Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Developer Outlook Addins > VB6 Outlook ext...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 15 Topic 1704 of 1746
Post > Topic >>

VB6 Outlook extension: Unable to edit mailitem.htmlbody

by aguyd21 <aguyd@[EMAIL PROTECTED] > Jul 31, 2008 at 10:32 AM

Below is a snippet of code called during a mailitem reply event
trigger (there is a "with email" statement earlier, where email is an
outlook.mailitem):

Dim errdata As String
errdata = CStr(.BodyFormat) & " " & olFormatHTML
errdata = errdata & " " & CStr(Len(.HTMLBody))
12  .HTMLBody = "<html><body>foo</body></html>"
errdata = errdata & " " & CStr(Len(.HTMLBody))
13  .HTMLBody = "<html><body>foobarbash</body></html>"
errdata = errdata & " " & CStr(Len(.HTMLBody))
MsgBox errdata

The output of this is 2 2 2241 2241 2241 .  Clearly .HTMLBody is
ignoring my attempts to change it's value, but why is this the case?
Any help is appreciated.
 




 15 Posts in Topic:
VB6 Outlook extension: Unable to edit mailitem.htmlbody
aguyd21 <aguyd@[EMAIL   2008-07-31 10:32:01 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
"Ken Slovak - [MVP -  2008-08-01 09:11:47 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
aguyd21 <aguyd@[EMAIL   2008-08-01 07:23:43 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
"Ken Slovak - [MVP -  2008-08-01 14:44:56 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
aguyd21 <aguyd@[EMAIL   2008-08-08 14:04:09 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
"Ken Slovak - [MVP -  2008-08-14 15:44:43 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
aguyd21 <aguyd@[EMAIL   2008-08-15 14:39:10 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
"Ken Slovak - [MVP -  2008-08-18 08:50:33 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
aguyd21 <aguyd@[EMAIL   2008-08-19 10:23:36 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
"Ken Slovak - [MVP -  2008-08-20 09:31:46 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
aguyd21 <aguyd@[EMAIL   2008-08-20 09:26:55 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
aguyd21 <aguyd@[EMAIL   2008-08-20 09:46:35 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
"Ken Slovak - [MVP -  2008-08-20 14:57:39 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
aguyd21 <aguyd@[EMAIL   2008-08-21 10:33:26 
Re: VB6 Outlook extension: Unable to edit mailitem.htmlbody
aguyd21 <aguyd@[EMAIL   2008-08-22 10:55:52 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 16:13:19 CST 2008.