MOVEitMessageInfoRecipientsString Property |
A comma-delimited list of major recipients of the message.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public string RecipientsString { get; }
Public ReadOnly Property RecipientsString As String
Get
public:
property String^ RecipientsString {
String^ get ();
}
Property Value
Type:
StringRemarks
Should only be used for display purposes when listing messages. Will only be populated when
the
State property is "Sent".
See Also