Retrieves an URL that can be used to issue WebDAV commands against the mailbox of the given user.
[Visual Basic] Public Function GetMailboxUri( _ ByVal name As String, _ ByVal useGC As Boolean _ ) As String [C#] public string GetMailboxUri( string name, bool useGC ); [C++] public: String* GetMailboxUri( String* name, bool useGC ); [JScript] public function GetMailboxUri( String name, bool useGC ): String;
The uri of the user
ADLayer Class | InfiniTec.ActiveDirectory Namespace