ClientMessageComposeNew Method (String, String) |
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public MOVEitMessageInfo MessageComposeNew(
string Recipient,
string Subject
)
Public Function MessageComposeNew (
Recipient As String,
Subject As String
) As MOVEitMessageInfo
public:
MOVEitMessageInfo^ MessageComposeNew(
String^ Recipient,
String^ Subject
)
Parameters
- Recipient
- Type: SystemString
Username to add as a recipient to the new message. - Subject
- Type: SystemString
Subject of the new message.
Return Value
Type:
MOVEitMessageInfoNew MOVEitMessageInfo object with status set to Pending.
Remarks
This object can be used to define a new secure message to be sent through the MOVEit Transfer system. The arguments
are used to pre-fill their associated properties in the new MOVEitMessageInfo object.
See Also