recipients data type example

Here’s an XML example of the recipients data type property:

<recipients>
    <recipient>
         <address>lgreen@example.com, sgold@example.com</address>
         <importance>MAJOR</importance>
         <severity>ERROR</severity>
         <type>GENERAL,SECURITY</type>
    </recipient>
    <recipient>
         <address>mwhite@example.com</address>
         <importance>ALL</importance>
         <severity>WARNING</severity>
         <type>COMPLIANCE</type>
    </recipient>
</recipients>

Trademarks and Legal Disclaimer

© 2017 Hitachi Data Systems Corporation. All rights reserved.