SheetEmailCreateSheetEmailSetSubject Method | |
Sets the subject of the SheetEmail.
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 CreateSheetEmail SetSubject(
string subject
)
Public Function SetSubject (
subject As String
) As CreateSheetEmail
public:
CreateSheetEmail^ SetSubject(
String^ subject
)
member SetSubject :
subject : string -> CreateSheetEmail
Parameters
- subject
- Type: SystemString
the subject
Return Value
Type:
CreateSheetEmailthis CreateSheetEmail object
See Also