Click here to Skip to main content
15,888,733 members
Home / Discussions / C#
   

C#

 
QuestionRe: How can I set Multi Folder Watcher?? Pin
Rakesh B Singh18-Sep-07 18:33
Rakesh B Singh18-Sep-07 18:33 
QuestionChange the location of the Shared add-in User.Config File Pin
Seenu_prabakar17-Sep-07 3:03
Seenu_prabakar17-Sep-07 3:03 
AnswerRe: Change the location of the Shared add-in User.Config File Pin
originSH17-Sep-07 3:12
originSH17-Sep-07 3:12 
QuestionPersisting collections - Serialization Problem??? Pin
Johnny J.17-Sep-07 3:00
professionalJohnny J.17-Sep-07 3:00 
Questionfile sharing for web applications Pin
gbabu1717-Sep-07 2:24
gbabu1717-Sep-07 2:24 
AnswerRe: file sharing for web applications Pin
Pete O'Hanlon17-Sep-07 2:56
mvePete O'Hanlon17-Sep-07 2:56 
GeneralRe: file sharing for web applications Pin
gbabu1717-Sep-07 3:45
gbabu1717-Sep-07 3:45 
GeneralRe: file sharing for web applications Pin
gbabu1717-Sep-07 3:48
gbabu1717-Sep-07 3:48 
GeneralRe: file sharing for web applications Pin
Pete O'Hanlon17-Sep-07 4:41
mvePete O'Hanlon17-Sep-07 4:41 
QuestionInserting a row into excel spreadsheet Pin
lourensG17-Sep-07 2:18
lourensG17-Sep-07 2:18 
Questionlooping Pin
Lucky Sheikh17-Sep-07 1:57
Lucky Sheikh17-Sep-07 1:57 
AnswerRe: looping Pin
Colin Angus Mackay17-Sep-07 2:06
Colin Angus Mackay17-Sep-07 2:06 
AnswerRe: looping Pin
Imran Khan Pathan17-Sep-07 2:09
Imran Khan Pathan17-Sep-07 2:09 
GeneralRe: looping Pin
Colin Angus Mackay17-Sep-07 2:29
Colin Angus Mackay17-Sep-07 2:29 
QuestionC# use for Resource Intesive Backend Components Vs C++ Pin
Supercross17-Sep-07 1:52
Supercross17-Sep-07 1:52 
AnswerRe: C# use for Resource Intesive Backend Components Vs C++ Pin
Pete O'Hanlon17-Sep-07 2:14
mvePete O'Hanlon17-Sep-07 2:14 
QuestionChecking for new data in a xml file Pin
anu8117-Sep-07 1:47
anu8117-Sep-07 1:47 
Questionhow to us typed dataset in vb.net 2005 Pin
himanshu p taunk17-Sep-07 1:38
himanshu p taunk17-Sep-07 1:38 
QuestionHow to stop a windows service in Visual Studio 2003 Pin
Diego F.17-Sep-07 1:07
Diego F.17-Sep-07 1:07 
AnswerRe: How to stop a windows service in Visual Studio 2003 Pin
TimFoxell17-Sep-07 1:25
TimFoxell17-Sep-07 1:25 
QuestionA listview-like control for displaying log messages? Pin
Domenic Denicola17-Sep-07 0:17
Domenic Denicola17-Sep-07 0:17 
AnswerRe: A listview-like control for displaying log messages? Pin
Pete O'Hanlon17-Sep-07 1:42
mvePete O'Hanlon17-Sep-07 1:42 
Questionhow to get email address in microsoft exchange server? [modified] Pin
goldenchance17-Sep-07 0:02
goldenchance17-Sep-07 0:02 
AnswerRe: how to get email address in microsoft exchange server? Pin
Corinna John17-Sep-07 4:23
Corinna John17-Sep-07 4:23 
GeneralRe: how to get email address in microsoft exchange server? [modified] Pin
goldenchance17-Sep-07 15:50
goldenchance17-Sep-07 15:50 
Thanks for your answer, Corinna John
Could you please tell me more detail about message variable. Is it a objMsg variable in my example?
<br />
 objSession.Logon("", "", pobjMissing, pobjMissing, pobjMissing, pobjMissing, mail.SenderEmailAddress);<br />
objMsg = (MAPI.Message)objSession.GetMessage(strEntryID, false);<br />


If yes, I still got the wrong email address. Its format is like "/O=ABC ORGANIZATION/OU=FIRST ADMINISTRATIVE GROUP/CN=RECIPIENTS/CN=MYTESTING"
If no, please tell me how to get that message variable.
Are there any other ways to get email address sender of email from Exchange Server without log on.

Thanks for your advance.

-- modified at 23:02 Monday 17th September, 2007


-- modified at 3:25 Wednesday 19th September, 2007

Banana

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.