SendShareParams
| Name | Type | Description |
| Items | List of String | List of Item Ids to be sent |
| Emails | List of String | List of emails to whom this Share should be sent |
| Subject | String | The subject of the Share email |
| Body | String | A message to be included in the Share email body |
| CcSender | Boolean | If true, the Share sender will be cc'd in the Share email |
| RequireLogin | Boolean | If true, recipients will need to login to access the Share |
| SendAnon | Boolean | If true, anyone with the link can access the Share. Cannot be true if RequireLogin is true |
| RequireUserInfo | Boolean | If true, a recipient will need to provide their full name and email to access the Share. Cannot be true if RequireLogin is true |
| ExpirationDays | Int32 | Number of days until access to this Share expires |
| NotifyOnDownload | Boolean | If true, the sender will receive an email notification when the Share items are downloaded |
| IsViewOnly | Boolean | If true, the Share items can only be viewed but not downloaded. Requires account preference EnableViewOnly to work |
| MaxDownloads | Int32 | Maximum number of times each recipient can download the Share items |
| UsesStreamIDs | Boolean | When enabled the items are identified by stream IDs instead of item IDs. Applies to Send Shares only. (FINRA enabled accounts cannot use this) |
| ShareAccessRight | ShareAccessRight | Used to define the share type and share action types |