Smartsheet.Api.Models.MultiShare.ShareToManyBuilder.SetMessage C# (CSharp) Method

SetMessage() public method

Sets the Message To be included in the body of the Email that will be sent To the use.
public SetMessage ( string message ) : ShareToManyBuilder
message string the Message
return ShareToManyBuilder
            public virtual ShareToManyBuilder SetMessage(string message)
            {
                this.message = message;
                return this;
            }