Files
tsGmail/Models/GmailConfig.cs
2025-09-18 13:00:36 +02:00

8 lines
250 B
C#

public class GmailConfig
{
public byte[] ClientSecret { get; set; }
public string TokenFolder { get; set; }
public string Usuario { get; set; }
public string Remitente { get; set; }
public string NombreRemitente { get; set; }
}