| ContactEmail Property  |  | 
 
            Contact’s email address
            
 
    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
Syntaxpublic string Email { get; set; }Public Property Email As String
	Get
	Set
public:
property String^ Email {
	String^ get ();
	void set (String^ value);
}member Email : string with get, set
Property Value
Type: 
String See Also
See Also