FolderPermission.withSmtpAddress constructor
FolderPermission.withSmtpAddress(
- String? primarySmtpAddress,
- FolderPermissionLevel permissionLevel
Implementation
FolderPermission.withSmtpAddress(
String? primarySmtpAddress, FolderPermissionLevel permissionLevel) {
this.UserId = new property.UserId.withSmtpAddress(primarySmtpAddress);
this.PermissionLevel = permissionLevel;
}