Click or drag to resize
MOVEitMessageInfoRecipients Property
Returns a Dictionary containing a list of message recipients.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public Dictionary<string, string> Recipients { get; }

Property Value

Type: DictionaryString, String
Remarks

The KEYS will contain strings which represent either usernames (e.g. "jsmith"), email addresses or group names. All KEYS are prefixed with either "TO:", "CC:", or "BCC:". Group names will be prefixed with "Group:". (e.g. "CC:Group:West Coast") When the State property is "Pending" the VALUES will not be filled in. When the State property is "Sent" the VALUES will be either a real name or a group ID.

When the MOVEitMessageInfo object has only been partially filled, this property will typically return null.

See Also