Publish.DeleteMailBox(String, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Deletes a SOAP-enabled COM+ application mailbox at a specified URL. Not fully implemented.
public:
virtual void DeleteMailBox(System::String ^ RootMailServer, System::String ^ MailBox, [Runtime::InteropServices::Out] System::String ^ % Error);
public void DeleteMailBox (string RootMailServer, string MailBox, out string Error);
abstract member DeleteMailBox : string * string * string -> unit
override this.DeleteMailBox : string * string * string -> unit
Public Sub DeleteMailBox (RootMailServer As String, MailBox As String, ByRef Error As String)
Parameters
- RootMailServer
- String
The URL for the root mail server.
- MailBox
- String
The mailbox to delete.
- Error
- String
When this method returns, this parameter contains an error message if a problem was encountered.
Implements
Exceptions
A caller in the call chain does not have permission to access unmanaged code.
Remarks
Not fully implemented, does not delete the mailbox. Returns the error message "COM+ SOAP services SMTP publication is not supported."