Click or drag to resize
MOVEitMessageInfo Methods

The MOVEitMessageInfo type exposes the following members.

Methods
  NameDescription
Public methodAttachmentAdd
Adds an existing file to the list of attachments.
Public methodAttachmentAddBuffer
Adds the given byte array buffer to the list of attachments.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRecipientAddGroup(String)
Adds a group to the list of recipients as a "TO" recipient.
Public methodRecipientAddGroup(String, MOVEitMessageInfoRecipientType)
Adds a group to the list of recipients with the specified recipient type.
Public methodRecipientAddUser(String)
Adds a user to the list of recipients as a "TO" recipient.
Public methodRecipientAddUser(String, MOVEitMessageInfoRecipientType)
Adds a user to the list of recipients with the specified recipient type.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also