SignatureLine.Email property
Obtiene y configura el correo electrónico del cantante.
public string Email { get; set; }
Ejemplos
[C#]
// Crear objeto de línea de firma
SignatureLine s5 = new SignatureLine();
s5.Email = "Simon.Zhao@aspose.com";
Ver también
- class SignatureLine
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells