Uses of Class
com.blackberry.workspaces.api.sdk.json.SendEmailJson
-
Packages that use SendEmailJson Package Description com.blackberry.workspaces.api.sdk.resource -
-
Uses of SendEmailJson in com.blackberry.workspaces.api.sdk.resource
Methods in com.blackberry.workspaces.api.sdk.resource with parameters of type SendEmailJson Modifier and Type Method Description void
Documents. sendEmailV30(String guid, SendEmailJson sendEmailJson)
Sends an email to recipients for a file.void
Files. sendEmailV30(String guid, SendEmailJson sendEmailJson)
Sends an email to recipients for a file.String
Rooms. sendEmailV30(String guid, String roomId, SendEmailJson sendEmailJson)
Sends email to group of recipients with a message regarding a specific file in a workspace.BulkOperationResultJson
Users. sendEmailV30(SendEmailJson sendEmailJson)
Sends Email.String
Workspaces. sendEmailV30(String guid, String roomId, SendEmailJson sendEmailJson)
Sends email to group of recipients with a message regarding a specific file in a workspace.
-