An NDoc documented library

ADLayer.GetMailboxUri Method

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;

Parameters

name
Either the Windows logonname or a distinguished name.
useGC
True, if a Global Catalog should be used for resolving the username.

Return Value

The uri of the user

See Also

ADLayer Class | InfiniTec.ActiveDirectory Namespace