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

Build() public method

Creates and returns the SheetEmail object.
public Build ( ) : SheetEmail
return SheetEmail
            public SheetEmail Build()
            {
                return new SheetEmail
                {
                    SendTo = sendTo,
                    Format = format,
                    FormatDetails = formatDetails,
                    Subject = subject,
                    Message = message,
                    CcMe = ccMe
                };
            }