8 lines
250 B
C#
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; }
|
|
} |