Click or drag to resize
MOVEitMessageInfoBody Property
The body of the message.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public string Body { get; set; }

Property Value

Type: String
Remarks

Starting with version 3.1, MOVEit Transfer stores secure messages as HTML, allowing HTML formatting of message text to be fully maintained. Therefore, when accessing secure messages from a MOVEit Transfer server of version 3.1 or later, this property will contain the complete HTML source of the secure message.

When composing a new message, this property can also accept HTML. The message content should not be a complete HTML document (containing html, head, and body tags), but should instead simply contain any HTML formatting the message requires (for example: bold tags, span tags with style attributes, list tags, etc). Certain tags will be stripped from the message for security reasons, once received by MOVEit Transfer. These include script tags and embed tags. Also, any instances of the text "Javascript:" will be removed, to prevent inclusion of javascript operations in the message content.

See Also