Click here to Skip to main content
15,897,891 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Changing date format Pin
plural22-Aug-07 0:51
plural22-Aug-07 0:51 
GeneralRe: Changing date format Pin
Ahamed Azeem22-Aug-07 2:12
Ahamed Azeem22-Aug-07 2:12 
AnswerRe: Changing date format Pin
ejaz_pk22-Aug-07 1:16
ejaz_pk22-Aug-07 1:16 
AnswerRe: Changing date format Pin
Salman Sheikh22-Aug-07 1:22
Salman Sheikh22-Aug-07 1:22 
GeneralRe: Changing date format Pin
Ahamed Azeem22-Aug-07 2:15
Ahamed Azeem22-Aug-07 2:15 
GeneralRe: Changing date format Pin
Salman Sheikh28-Aug-07 0:23
Salman Sheikh28-Aug-07 0:23 
QuestionSort of Mail Merge Application Pin
Trupti Mehta21-Aug-07 23:44
Trupti Mehta21-Aug-07 23:44 
QuestionHow to avoid html tag in body of mail while saving to db. Pin
rahul.net1121-Aug-07 23:40
rahul.net1121-Aug-07 23:40 
Hi In my application i am downloading mail from server for that purpose
i am using indy socket liabery and pop3 protocol.while downloading mail
if the mail body contain html tag (if it contain html table) then while
saving mail body to database it saves mail with all html code like
<doc type:="" w3...=""><htm> like that it uses all html tag i want to
save only text not the tag how can i do this.Currently i am doing as
If (xMsg.MessageParts(x).ContentType = "text/html") Then<br />
    body = CType(xMsg.MessageParts.Items(x), Indy.Sockets.Text).Body.GetText()<br />
    End if

if the mail contain html table and i checked with
type=xMsg.MessageParts(x).ContentType then is type variable
shows text/plain format and if i checked with
Dim s As String = xMsg.ContentType then it shows correct
"text/html" format. I i want to avoid html tag from body then how can i
do this.

Thanks.


Rahul

QuestionNeed help here Pin
dienadel21-Aug-07 23:05
dienadel21-Aug-07 23:05 
AnswerRe: Need help here Pin
Paul Conrad26-Aug-07 9:30
professionalPaul Conrad26-Aug-07 9:30 
QuestionIP Address of computers on a network Pin
plural21-Aug-07 22:25
plural21-Aug-07 22:25 
AnswerRe: IP Address of computers on a network Pin
Wlink21-Aug-07 22:39
Wlink21-Aug-07 22:39 
GeneralRe: IP Address of computers on a network Pin
plural21-Aug-07 22:47
plural21-Aug-07 22:47 
GeneralRe: IP Address of computers on a network Pin
plural21-Aug-07 22:48
plural21-Aug-07 22:48 
GeneralRe: IP Address of computers on a network Pin
Wlink21-Aug-07 22:57
Wlink21-Aug-07 22:57 
AnswerRe: IP Address of computers on a network Pin
koolprasad200321-Aug-07 22:50
professionalkoolprasad200321-Aug-07 22:50 
GeneralRe: IP Address of computers on a network Pin
plural21-Aug-07 22:57
plural21-Aug-07 22:57 
GeneralRe: IP Address of computers on a network Pin
koolprasad200321-Aug-07 23:01
professionalkoolprasad200321-Aug-07 23:01 
GeneralRe: IP Address of computers on a network Pin
plural21-Aug-07 23:05
plural21-Aug-07 23:05 
GeneralRe: IP Address of computers on a network Pin
plural21-Aug-07 23:18
plural21-Aug-07 23:18 
GeneralRe: IP Address of computers on a network Pin
SimulationofSai21-Aug-07 23:31
SimulationofSai21-Aug-07 23:31 
GeneralRe: IP Address of computers on a network Pin
plural21-Aug-07 23:38
plural21-Aug-07 23:38 
GeneralRe: IP Address of computers on a network Pin
SimulationofSai21-Aug-07 23:50
SimulationofSai21-Aug-07 23:50 
GeneralRe: IP Address of computers on a network Pin
plural22-Aug-07 0:41
plural22-Aug-07 0:41 
GeneralRe: IP Address of computers on a network Pin
SimulationofSai22-Aug-07 1:02
SimulationofSai22-Aug-07 1:02 

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.