Instruction to execute against the email message content that will be sent


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Property Instruction As Email2SmsInstructionEnum
C#
public Email2SmsInstructionEnum Instruction { get; set; }
C++
public property Email2SmsInstructionEnum Instruction sealed  {
    Email2SmsInstructionEnum get();
    void set(Email2SmsInstructionEnum value);
}
J#
/** property */
public Email2SmsInstructionEnum get_Instruction();

/** property */
public void set_Instruction(Email2SmsInstructionEnum value);
JScript
public function get Instruction() : Email2SmsInstructionEnum

public function set Instruction(value : Email2SmsInstructionEnum);

Property Value

An enumerate value indicating the instruction that will be executed depending on the email content

See Also