Click here to Skip to main content
15,893,487 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: =OA=OD like charecter in receiveing email Pin
Rajesh Anuhya4-Sep-08 20:25
professionalRajesh Anuhya4-Sep-08 20:25 
GeneralRe: =OA=OD like charecter in receiveing email Pin
pdnet4-Sep-08 21:00
pdnet4-Sep-08 21:00 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Johan Hakkesteegt4-Sep-08 22:01
Johan Hakkesteegt4-Sep-08 22:01 
GeneralRe: =OA=OD like charecter in receiveing email Pin
pdnet4-Sep-08 23:15
pdnet4-Sep-08 23:15 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Johan Hakkesteegt5-Sep-08 0:06
Johan Hakkesteegt5-Sep-08 0:06 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Guffa5-Sep-08 1:17
Guffa5-Sep-08 1:17 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Johan Hakkesteegt5-Sep-08 1:58
Johan Hakkesteegt5-Sep-08 1:58 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Guffa5-Sep-08 1:15
Guffa5-Sep-08 1:15 
pdnet wrote:
=3D


That is the = character encoded using quoted-printable, just as carrege return is encoded as =0D and line feed is encoded as =0A.

The problem is that the body of the mail is encoded using quoted-printable, but whatever you use to read the mail doesn't understand that it is.

There is one solution and one work-around. You can either use something that can decode the mail correctly (either by changing some settings in your current tool or use another tool), or change how the mail is encoded when it's created so that it's encoded using something that your mail reader understands.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: =OA=OD like charecter in receiveing email Pin
Rajesh Anuhya4-Sep-08 22:32
professionalRajesh Anuhya4-Sep-08 22:32 
GeneralRe: =OA=OD like charecter in receiveing email Pin
pdnet4-Sep-08 23:17
pdnet4-Sep-08 23:17 
GeneralRe: =OA=OD like charecter in receiveing email Pin
Rajesh Anuhya5-Sep-08 0:57
professionalRajesh Anuhya5-Sep-08 0:57 
QuestionText in Transparent Rich Text Box Pin
Bob_Stan4-Sep-08 13:59
Bob_Stan4-Sep-08 13:59 
AnswerRe: Text in Transparent Rich Text Box Pin
Thomas Stockwell5-Sep-08 3:36
professionalThomas Stockwell5-Sep-08 3:36 
AnswerRe: Text in Transparent Rich Text Box Pin
Bob_Stan5-Sep-08 16:28
Bob_Stan5-Sep-08 16:28 
Questionhelp me plz!!!!!!!!!!!!!!!!:((:((:((:((:((:(( Pin
bijan.8k4-Sep-08 12:35
bijan.8k4-Sep-08 12:35 
AnswerRe: help me plz!!!!!!!!!!!!!!!!:((:((:((:((:((:(( Pin
Steven J Jowett4-Sep-08 12:39
Steven J Jowett4-Sep-08 12:39 
GeneralRe: help me plz!!!!!!!!!!!!!!!!:((:((:((:((:((:(( Pin
Guffa4-Sep-08 15:07
Guffa4-Sep-08 15:07 
AnswerRe: help me plz!!!!!!!!!!!!!!!!:((:((:((:((:((:(( Pin
Mycroft Holmes4-Sep-08 15:10
professionalMycroft Holmes4-Sep-08 15:10 
GeneralRe: help me plz!!!!!!!!!!!!!!!!:((:((:((:((:((:(( Pin
Jon_Boy5-Sep-08 1:48
Jon_Boy5-Sep-08 1:48 
AnswerRe: help me ... Pin
Paul Conrad4-Sep-08 16:37
professionalPaul Conrad4-Sep-08 16:37 
Questionhow to insert, update, delete, and add record. Pin
Rhoden4-Sep-08 11:28
Rhoden4-Sep-08 11:28 
AnswerRe: how to insert, update, delete, and add record. Pin
Kschuler4-Sep-08 11:34
Kschuler4-Sep-08 11:34 
QuestionWinForm paint problem: other application windows displayed behind VB form are "bleeding" through in VB.Net 2005? Pin
Jon_Boy4-Sep-08 9:19
Jon_Boy4-Sep-08 9:19 
AnswerRe: WinForm paint problem: other application windows displayed behind VB form are "bleeding" through in VB.Net 2005? Pin
Paul Conrad4-Sep-08 11:10
professionalPaul Conrad4-Sep-08 11:10 
AnswerRe: WinForm paint problem: other application windows displayed behind VB form are "bleeding" through in VB.Net 2005? Pin
Mycroft Holmes4-Sep-08 15:15
professionalMycroft Holmes4-Sep-08 15:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.