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

SetCcMe() public method

Sets whether to ccMe.
public SetCcMe ( bool ccMe ) : CreateSheetEmail
ccMe bool the ccMe option
return CreateSheetEmail
            public CreateSheetEmail SetCcMe(bool? ccMe)
            {
                this.ccMe = ccMe;
                return this;
            }