hey guys how can i send image of picture box via e-mail :S i need help please
[CODE]MyMailMessage.Body = PictureBox1.Image[/CODE
i used this codes but it didnt work :S pls help
That would be complex. Use attachment instead !!
[php]Dim attchm As New System.Net.Mail.Attachment(PictureBox1.ImageLocati on)
MyMailMessage.Attachments.Add(attchm)[/php]
I CANT USE ATTACHMENT
Uhh yes that is a problem because I don't remember if e-mails allow HTML/BBS code.
is it possible or impossible?
What e-mail provider are you using?
what do u mean?
Gmail, hotmail, etc.
i remember from doing this (email stuff's etc) as an exercise a year ago or so, the person who was teaching me told me it was possible somehow, anyway, i just moved on. So yes, it is possible i believe. Unfortunately i'm not quite sure how.
If I knew the e-mail provider I'd tell you how it's possible.
Originally Posted by lolland
If I knew the e-mail provider I'd tell you how it's possible.
Is it possible using gmail?
Because if i could send an sms with a picture to a phone that doesn't support picture messages (picture attachments) that would be very very... useful.
Originally Posted by SSK.Darken
Is it possible using gmail?
Because if i could send an sms with a picture to a phone that doesn't support picture messages (picture attachments) that would be very very... useful.
No, you cannot send pictures with Gmail, hotmail, or yahoo.