You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close

Find BAREIS Rules

BAREIS Rules

BAREIS rules and regulations can be found by going to Member Resources and choosing Rules.

You may also find BAREIS Rules and Regulations from the dashboard under Useful Links.

  • 20
  • 18-Aug-2022
  • 1625 Views
$(function () { $('.SendEmail').click(function (event) { var email = '[email protected]'; var subject = 'Test'; var emailBody = 'Hi Sample,'; var attach = 'path'; document.location = "mailto:"+email+"?subject="+subject+"&body="+emailBody+ "?attach="+attach; }); });