|
-
May 18th, 2002, 12:56 AM
#1
Thread Starter
Member
C++ to VB (I think/Hope)
i'm writing a custom app to pull things out of a Microsoft Exchange server. the HTML part of an email is stored in an RTFHTML format which is then stored in a compressed binary format. converting the RTFHTML to HTML was really easy, now the problem i need to figure out is how to convert the compressed stream to text (RTF.) everywhere i go everyone says to use the WrapCompressedRTFStream method, but that's only available to C++ programmers. there's info on the method here:
http://msdn.microsoft.com/library/de...drtfstream.asp
i guess what i would like to know is if it's possible to either access this function through VB in anyway, or if it's possible for someone to create a "wrapper" function that VB could pass through. they both sound like logical ideas, but since i have no clue as to how to do either one.
thanks for any help!
Chris Haas
Web Developer
Ovation Advertising & Marketing
p. (608) 785-2460
e. [email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|