That doesn't sound like an MSMQ folder. By default MSMQ HTTP traffic
goes in the default web site in a folder called C:\inetpub\wwwroot\msmq
According to this KB article, inetpub\mailroot\queue is used by the IIS
SMTP service which is for e-mail type messaging not MSMQ type messaging.
http://support.microsoft.com/kb/934709
> What can I do so that the messages will be placed on the
> c:\inetpub\mailroot\Drop folder?
Are we talking about MSMQ messages or email messages?
MSMQ messages should probably be left alone in the wwwroot\msmq folder -
and anyway you've uninstalled MSMQ so you shouldn't receive any MSMQ
messages.
For email messages, the impression I get is that by default incoming
email messages are placed in the mailroot\drop folder but you would be
better asking in a more relevant newsgroup - SMTP related or IIS related
perhaps?
> My ultimate goal is to be able to receive and send messages into and
> from
> Share point.
Assuming you mean e-mail messages you'd be better off asking your
question in a SharePoint newsgroup rather than MSMQ