Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Dynamics CRM 2015
Gets or sets the email address of the account that is creating the email activity instance. Required.
Namespace: Microsoft.Crm.Sdk.Messages
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Syntax
public string SubmittedBy { get; set; }
public:
property String^ SubmittedBy {
String^ get();
void set(String^ value);
}
member SubmittedBy : string with get, set
Public Property SubmittedBy As String
Property Value
Type: System.String
Type: String
The email address of the account that is creating the email activity.
See Also
DeliverPromoteEmailRequest Class
Microsoft.Crm.Sdk.Messages Namespace
Return to top
© 2016 Microsoft. All rights reserved. Copyright