SharedWorkspaceMember.DomainName Property
Gets the domain and user name of the specified SharedWorkspaceMember in the format domain\user. Read-only.
Syntax
expression.DomainName
expression A variable that represents a SharedWorkspaceMember object.
Example
The following example extracts the domain name from the DomainName property of each shared workspace member and lists members who belong to the "MyCompany" domain.
| Visual Basic for Applications |
|---|
|