Smartsheet.Api.Models.SheetEmail.CreateSheetEmail.SetSubject C# (CSharp) Method

SetSubject() public method

Sets the subject of the SheetEmail.
public SetSubject ( string subject ) : CreateSheetEmail
subject string the subject
return CreateSheetEmail
            public CreateSheetEmail SetSubject(string subject)
            {
                this.subject = subject;
                return this;
            }