MOVEitMessageInfo Class |
Namespace: MOVEit.DMZ.API
The MOVEitMessageInfo type exposes the following members.
Name | Description | |
---|---|---|
Attachments |
Returns a Dictionary containing a list of message attachments.
| |
Body |
The body of the message.
| |
DataInitialized |
Returns the status of the data initialization for this object.
(Inherited from MOVEitObjectInfo.) | |
DeliveryReceipts |
Determines whether the message sender will receive delivery receipts for this message.
| |
From |
The username of the message sender.
| |
FromRealName |
The display name of the message sender.
| |
ID |
The unique ID of the message.
| |
NoReplyAll |
Determines whether the Reply All feature will be disabled for recipients of this message.
| |
ParentID |
The unique ID of the parent message of this message.
| |
Recipients |
Returns a Dictionary containing a list of message recipients.
| |
RecipientsString |
A comma-delimited list of major recipients of the message.
| |
SendStamp |
The date and time the message was sent.
| |
State |
The send state of the object.
| |
Subject |
The subject of the message.
|
Name | Description | |
---|---|---|
AttachmentAdd |
Adds an existing file to the list of attachments.
| |
AttachmentAddBuffer |
Adds the given byte array buffer to the list of attachments.
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
RecipientAddGroup(String) |
Adds a group to the list of recipients as a "TO" recipient.
| |
RecipientAddGroup(String, MOVEitMessageInfoRecipientType) |
Adds a group to the list of recipients with the specified recipient type.
| |
RecipientAddUser(String) |
Adds a user to the list of recipients as a "TO" recipient.
| |
RecipientAddUser(String, MOVEitMessageInfoRecipientType) |
Adds a user to the list of recipients with the specified recipient type.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Instances of the object are returned by various methods of the Client object. An instance of the object is populated using information returned from the MOVEit Transfer host, and then passed on to the calling program, which can then access the information through the available methods.
Note that not all fields may be populated depending on the method used and the permissions of the currently signed-on user. A blank string is the uninitialized value for string fields, and -1 is the value for numeric fields.