IComSoapPublisher.CreateMailBox 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.
Crée une boîte aux lettres d'application COM+ compatible SOAP à l'URL spécifiée. Non totalement implémenté.
public:
void CreateMailBox(System::String ^ RootMailServer, System::String ^ MailBox, [Runtime::InteropServices::Out] System::String ^ % SmtpName, [Runtime::InteropServices::Out] System::String ^ % Domain, [Runtime::InteropServices::Out] System::String ^ % PhysicalPath, [Runtime::InteropServices::Out] System::String ^ % Error);
public void CreateMailBox (string RootMailServer, string MailBox, out string SmtpName, out string Domain, out string PhysicalPath, out string Error);
abstract member CreateMailBox : string * string * string * string * string * string -> unit
Public Sub CreateMailBox (RootMailServer As String, MailBox As String, ByRef SmtpName As String, ByRef Domain As String, ByRef PhysicalPath As String, ByRef Error As String)
Paramètres
- RootMailServer
- String
URL du serveur de messagerie racine.
- MailBox
- String
La boîte aux lettres à créer.
- SmtpName
- String
Lorsque cette méthode est retournée, ce paramètre contient le nom du serveur SMTP (Simple Mail Transfer Protocol) comportant la boîte aux lettres.
- Domain
- String
Lorsque cette méthode est retournée, ce paramètre contient le domaine du serveur SMTP.
- PhysicalPath
- String
Lorsque cette méthode est retournée, ce paramètre contient le chemin d'accès du système de fichiers pour la boîte aux lettres.
- 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 crée pas actuellement de boîte aux lettres. Retourne le message d’erreur « La publication SMTP des services SOAP COM+ n’est pas prise en charge ».