DeliverPromoteEmailRequest.SubmittedBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the email address of the account that is creating the email activity instance. Required.
public:
property System::String ^ SubmittedBy { System::String ^ get(); void set(System::String ^ value); };
public string SubmittedBy { get; set; }
member this.SubmittedBy : string with get, set
Public Property SubmittedBy As String
Property Value
The email address of the account that is creating the email activity.