Click or drag to resize
MOVEitMessageInfoAttachments Property
Returns a Dictionary containing a list of message attachments.

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

Property Value

Type: DictionaryString, Object
Remarks

When the State property is "Pending", the KEYS will contain local file paths or filenames and the VALUES will contain local file paths or byte array buffers. When the State property is "Sent", the KEYS will contain file IDs and the VALUES will contain MOVEitFileInfo objects, which will only be partially filled, containing only ID, OriginalFilename, FileSize, and UploadIntegrity information.

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

See Also