BasePermissionType.UserId Property
The UserId property identifies a user or a delegate user who has folder access permissions.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property UserId As UserIdType
Get
Set
'Usage
Dim instance As BasePermissionType
Dim value As UserIdType
value = instance.UserId
instance.UserId = value
public UserIdType UserId { get; set; }
Property Value
Type: ExchangeWebServices.UserIdType
The UserId property returns a UserIdType instance that identifies a user or a delegate user who has folder access permissions.
See Also