| RtcpSourceDescriptionChunkEmail Property  | 
                The email address, e.g., "John.Doe@example.com".
            
 
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
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
                The email.
            
See Also