MemberRoleType Enumeration

Type of a user role within the team.

Namespace:  Aspose.Email.Clients.Activity
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum MemberRoleType
Members
  Member nameValueDescription
Member0 A user who is a member of the team.
Owner1 A user who is the owner of the team.
Guest2 A user who is not a member of the team.
See Also