Click or drag to resize

MultiShareShareToManyBuilderSetMessage Method

Sets the Message to be included in the body of the Email that will be sent to the use.

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public ShareToManyBuilder SetMessage(
	string message
)

Parameters

message
Type: SystemString
the Message

Return Value

Type: ShareToManyBuilder
the share to many builder
See Also