How to retrieve message from outgoing queue?

  • Thread starter Thread starter John Lee
  • Start date Start date
J

John Lee

Hi,

I have lots of messages buffered at one of my machine and I have no way to
make it send to destination. I want to write some code to retrieve all
messages from that outgoing queue, how could I do that? What is the format
name for outgoing queue?

Thanks very much!
John
 
Hi

I am sorry which kind of message do you mean?
Do you mean the outlook outgoing folder or the SMTP service Queue folder or
anything else?

Generally speaking, if you wants to iterate through one folder's files, you
may try to take a look at the code snippet in the link below.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/
frlrfsystemiofileinfoclassnametopic.asp

Best regards,

Perter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Sorry, I mean the MSMQ outgoing queue - I found the solution already.

Thanks a lot!
John
 
You're welcome, John.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Back
Top