Click here to Skip to main content
15,893,722 members
Home / Discussions / C#
   

C#

 
Generaltext box issues Pin
cmandy17-Feb-08 7:30
cmandy17-Feb-08 7:30 
GeneralRe: text box issues Pin
Gareth H17-Feb-08 8:52
Gareth H17-Feb-08 8:52 
GeneralRe: text box issues Pin
cmandy17-Feb-08 9:28
cmandy17-Feb-08 9:28 
GeneralRe: text box issues Pin
Christian Graus17-Feb-08 10:00
protectorChristian Graus17-Feb-08 10:00 
GeneralVisual to Logic Pin
EEE 717-Feb-08 5:08
EEE 717-Feb-08 5:08 
GeneralRe: Visual to Logic Pin
Paul Conrad17-Feb-08 7:15
professionalPaul Conrad17-Feb-08 7:15 
GeneralRe: Visual to Logic Pin
Ravi Bhavnani17-Feb-08 8:04
professionalRavi Bhavnani17-Feb-08 8:04 
QuestionHow to detect the current email address???? Pin
Emanuil ACHIM17-Feb-08 5:04
Emanuil ACHIM17-Feb-08 5:04 
Hi all,

In my application when some works are finished the program should automatically send an email to some persons (their emails are known before). The point is, different user can do this operation on different PCs, so I want to get the standard email account on the PC where my application is started from.
Using the class "MailMessage" like:
MailMessage message = new MailMessage(
"myhardcodedemail@myprovider.com",
"email.address@mycollegue.com",
"The Subject.",
"Some useless text to build the body….");
works perfect, but I don’t want to write the “from” email hard coded, I want to get it programmaticallyUnsure | :~ (All users are using MS Office Outlook 2007 – if this is important).
Another Question is: is it possible to send at once the email to many people (how should the “to” field looks likeMad | :mad: ?), or I must send it to each one (repeating the step for each user – this works).
For any idea thanks in advance.

Best Regards,
Emil
GeneralRe: How to detect the current email address???? Pin
Ravi Bhavnani17-Feb-08 8:03
professionalRavi Bhavnani17-Feb-08 8:03 
GeneralRe: How to detect the current email address???? Pin
SilimSayo18-Feb-08 10:03
SilimSayo18-Feb-08 10:03 
GeneralButtons don't show in program [modified] Pin
electriac17-Feb-08 4:09
electriac17-Feb-08 4:09 
GeneralRe: Buttons don't show in program Pin
Luc Pattyn17-Feb-08 4:37
sitebuilderLuc Pattyn17-Feb-08 4:37 
GeneralRe: Buttons don't show in program Pin
electriac17-Feb-08 5:03
electriac17-Feb-08 5:03 
GeneralRe: Buttons don't show in program Pin
darkelv17-Feb-08 14:38
darkelv17-Feb-08 14:38 
Generalhttp posting data and reading data post Pin
Eli Nurman17-Feb-08 3:46
Eli Nurman17-Feb-08 3:46 
GeneralRe: http posting data and reading data post Pin
tarasn17-Feb-08 5:29
tarasn17-Feb-08 5:29 
AnswerRe: http posting data and reading data post Pin
Ravi Bhavnani17-Feb-08 8:06
professionalRavi Bhavnani17-Feb-08 8:06 
GeneralRe: http posting data and reading data post Pin
Eli Nurman17-Feb-08 12:05
Eli Nurman17-Feb-08 12:05 
GeneralRe: http posting data and reading data post Pin
Ravi Bhavnani17-Feb-08 12:17
professionalRavi Bhavnani17-Feb-08 12:17 
GeneralRe: http posting data and reading data post Pin
Eli Nurman17-Feb-08 14:36
Eli Nurman17-Feb-08 14:36 
GeneralRe: http posting data and reading data post Pin
Ravi Bhavnani17-Feb-08 14:41
professionalRavi Bhavnani17-Feb-08 14:41 
GeneralRe: http posting data and reading data post Pin
Eli Nurman17-Feb-08 15:10
Eli Nurman17-Feb-08 15:10 
GeneralRe: http posting data and reading data post Pin
Ravi Bhavnani17-Feb-08 15:50
professionalRavi Bhavnani17-Feb-08 15:50 
QuestionForm.Moving event - is it possible? Pin
DaveyM6917-Feb-08 1:24
professionalDaveyM6917-Feb-08 1:24 
AnswerRe: Form.Moving event - is it possible? Pin
Luc Pattyn17-Feb-08 2:16
sitebuilderLuc Pattyn17-Feb-08 2:16 

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.