Click or drag to resize

FilesSendEmailV30Async Method

[Missing <summary> documentation for "M:BlackBerry.Workspaces.Resource.Files.SendEmailV30Async(System.String,BlackBerry.Workspaces.Json.SendEmailJson)"]

Namespace:  BlackBerry.Workspaces.Resource
Assembly:  WorkspacesSdkCore (in WorkspacesSdkCore.dll) Version: 0.0.0.0
Syntax
C#
public Task SendEmailV30Async(
	string guid,
	SendEmailJson sendEmailJson
)

Parameters

guid
Type: SystemString

[Missing <param name="guid"/> documentation for "M:BlackBerry.Workspaces.Resource.Files.SendEmailV30Async(System.String,BlackBerry.Workspaces.Json.SendEmailJson)"]

sendEmailJson
Type: BlackBerry.Workspaces.JsonSendEmailJson

[Missing <param name="sendEmailJson"/> documentation for "M:BlackBerry.Workspaces.Resource.Files.SendEmailV30Async(System.String,BlackBerry.Workspaces.Json.SendEmailJson)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:BlackBerry.Workspaces.Resource.Files.SendEmailV30Async(System.String,BlackBerry.Workspaces.Json.SendEmailJson)"]

See Also