IComSoapPublisher.DeleteMailBox(String, String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime une boîte aux lettres d'application COM+ compatible SOAP à l'URL spécifiée. Non totalement implémenté.
public:
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
Public Sub DeleteMailBox (RootMailServer As String, MailBox As String, ByRef Error As String)
Paramètres
- RootMailServer
- String
URL du serveur de messagerie racine.
- MailBox
- String
La boîte aux lettres à supprimer.
- Error
- String
Lorsque cette méthode est retournée, le paramètre contient un message d'erreur si un problème a été rencontré.
Exceptions
Un appelant dans la chaîne d'appel ne dispose pas de l'autorisation requise pour accéder à du code non managé.
Remarques
N’est pas entièrement implémenté ; ne supprime pas la boîte aux lettres. Retourne le message d’erreur « La publication SMTP des services SOAP COM+ n’est pas prise en charge ».