Beginners Question About MIME Handling
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Apologies if this is a daft question but I'm new to c# and everything
is strange to me.
I have written a SOAP Extension class that intercepts a web service
that returns MIME attachmernts as part of a multipart. I have split
the MIME into strings which I write to a file via a BinaryWriter. All
this of course gives me is exactly the same content as the string.
My question is how do I take a string containing MIME and create a
file that represents the real attachements?
Thanks in advance.
.
Relevant Pages
- Beginners Question About MIME Handling
... Apologies if this is a daft question but I'm new to c# and everything ... that returns MIME attachmernts as part of a multipart. ... the MIME into strings which I write to a file via a BinaryWriter. ... this of course gives me is exactly the same content as the string. ... (microsoft.public.dotnet.languages.csharp) - Re: PFDAVADMIN Bulk Export of Calendar ACL
... You could try base64 encoding the string like MIME does, ... WAG. ... Otherwise it's custom code time. ... (microsoft.public.exchange.admin) - three season sleeping bag
... (Daft question - how long is a piece of string) ... I spent £50 on a three seson sleeping bag eight years ago, ... (uk.rec.scouting) - Re: Convert file to mimeencoding
... accept byte array too. ... Private Function MimeEncodeString(ByVal str As String) As String ... Now I want to encode a file to mime. ... (microsoft.public.dotnet.languages.vb) - Formatting CTime for MIME
... I am using an SMTP class I downloaded from the web, which encodes an ... E-Mail to MIME. ... How can I get the abbreveation or the "+0200" string instead this ... (microsoft.public.vc.mfc) |
|