RetrieveMessageSchemaForEmailMessageResponse.MessageSchema Property
Applies To: Dynamics Marketing
Gets or sets the schema of the email marketing message.
Namespace: Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
[DataMemberAttribute]
public string MessageSchema { get; set; }
public:
[DataMemberAttribute]
property String^ MessageSchema {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member MessageSchema : string with get, set
<DataMemberAttribute>
Public Property MessageSchema As String
Property Value
Type: System.String
Type: String
See Also
RetrieveMessageSchemaForEmailMessageResponse Class
Microsoft.Dynamics.Marketing.SDK.Messages.EmailMessage Namespace
Return to top