Class StdBEXDUEmail
Definição de uma função do utilizador (envio de mensagens de email).
Inheritance
System.Object
StdBEXDUEmail
Implements
StdPlatBE100.IStdBEXDUEmail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: StdPlatBE100
Assembly: StdPlatBE100.dll
Syntax
[ComVisible(true)]
[Guid("294BBCF4-FA45-4448-8D82-B1CCF81487D2")]
[ClassInterface(ClassInterfaceType.None)]
public class StdBEXDUEmail : IStdBEXDUEmail
Constructors
StdBEXDUEmail()
Declaration
public StdBEXDUEmail()
Properties
Anexos
Colecção de ficheiros anexos.
Declaration
public StdBEXDUAnexos Anexos { get; }
Property Value
Type | Description |
---|---|
StdBEXDUAnexos |
Assunto
Assunto da mensagem.
Declaration
public string Assunto { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BCC
Endereços de email a colocar no campo BCC.
Declaration
public string BCC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CC
Endereços de email a colocar no campo CC.
Declaration
public string CC { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Funcao
Identificador da função.
Declaration
public string Funcao { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Mensagem
Corpo da mensagem.
Declaration
public string Mensagem { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Para
Endereços de email a colocar no campo TO.
Declaration
public string Para { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Finalize()
Declaration
protected void Finalize()
Implements
StdPlatBE100.IStdBEXDUEmail