Publish.CreateMailBox(String, String, String, 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.
Crée une boîte aux lettres d’application COM+ compatible SOAP à une URL spécifiée. Pas entièrement implémenté.
public:
virtual 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
override this.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
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) contenant 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, ce paramètre contient un message d’erreur si un problème a été rencontré.
Implémente
Exceptions
Un appelant de la chaîne d’appels n’a pas l’autorisation d’accéder au code non managé.
Remarques
Non entièrement implémenté ; ne crée pas de boîte aux lettres. Retourne le message d’erreur « Publication SMTP des services COM+ SOAP n’est pas prise en charge ».