Class TTEBEParametrosB2B
Esta classe trata o objecto Parametros.
Implements
Inherited Members
Namespace: TTEBE100
Assembly: TTEBE100.dll
Syntax
[ComVisible(true)]
[Guid("FEAFF863-2BE7-44C6-82ED-CED368E1628D")]
[ClassInterface(ClassInterfaceType.None)]
public class TTEBEParametrosB2B : TTEBaseBE, ITTEBEParametrosB2B
Constructors
TTEBEParametrosB2B()
Declaration
public TTEBEParametrosB2B()
Properties
Certificado
Certificado que vai ser usado para a autenticação do mail (formato .PFX).
Declaration
public string Certificado { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CertificadoPassword
Password para extrair o certificado.
Declaration
public string CertificadoPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EmModoEdicao
Indica se se trata de um novo registo ou de um já existente em edição.
Declaration
public bool EmModoEdicao { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
EnderecoMail
Endereco da entidade.
Declaration
public string EnderecoMail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ID
ID.
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
POPPassword
Definição da password para aceder ao servidor de POP.
Declaration
public string POPPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
POPPorto
Definição do porto de POP.
Declaration
public int POPPorto { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
POPServidor
Definição do servidor de POP.
Declaration
public string POPServidor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
POPUserName
Definição do user name para aceder ao servidor de POP.
Declaration
public string POPUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SMTPPassword
Definição da password para aceder ao servidor de SMTP.
Declaration
public string SMTPPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SMTPPorto
Definição do porto de SMTP.
Declaration
public int SMTPPorto { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SMTPServidor
Definição do servidor de SMTP.
Declaration
public string SMTPServidor { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SMTPUserName
Definição do user name para aceder ao servidor de SMTP.
Declaration
public string SMTPUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
URLTimeStamp
URL do web service para a obtenção do time stamp.
Declaration
public string URLTimeStamp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicense
Licença YET - Indica se está ativa.
Declaration
public bool YETLicense { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
YETLicenseCertificatePIN
Licença YET - PIN da chave privada.
Declaration
public string YETLicenseCertificatePIN { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseCertificatePrivateKey
Licença YET - Chave Privada.
Declaration
public string YETLicenseCertificatePrivateKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseCertificatePublicKey
Licença YET - Chave Pública.
Declaration
public string YETLicenseCertificatePublicKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseCertificateValidity
Licença YET - Validade do certificado.
Declaration
public DateTime YETLicenseCertificateValidity { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
YETLicenseCompanyAddress
Licença YET - Morda da Empresa.
Declaration
public string YETLicenseCompanyAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseCompanyCounty
Licença YET - Localidade da Empresa.
Declaration
public string YETLicenseCompanyCounty { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseCompanyEmail
Licença YET - Email da Empresa.
Declaration
public string YETLicenseCompanyEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseCompanyName
Licença YET - Empresa.
Declaration
public string YETLicenseCompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseCompanyNIF
Licença YET - NIF atribuído.
Declaration
public string YETLicenseCompanyNIF { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseCompanyPhone
Licença YET - Telefone da Empresa.
Declaration
public string YETLicenseCompanyPhone { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseRepresentationDocument
Licença YET - Documento do representante.
Declaration
public string YETLicenseRepresentationDocument { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseRepresentationEmail
Licença YET - Email do representante.
Declaration
public string YETLicenseRepresentationEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseRepresentationName
Licença YET - Nome do representante.
Declaration
public string YETLicenseRepresentationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
YETLicenseValidity
Licença YET - Validade de utilizaçãp.
Declaration
public DateTime YETLicenseValidity { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |