MIME Operation Notifications
Provides a comprehensive list of operation notifications sent from the MIME Module.
- AttachmentNumber
Activity is processing the specified attachment number. - AttachmentsFound
The activity found specified number of attachments. - AutoGeneratedBody
No boundary value was specified for multiple parts attachment. Using auto-generated boundary. - BoundaryAbsent
Boundary attribute not set in input parameter 'mimeheader'. Input body being set as entityBody in first entity of 'parts' output parameter. - BoundaryInfo
Boundary of mime attachment is as specified. - BoundaryMoreThan70
Boundary delimiters longer than 70 characters. Ignoring the specified boundary value. Using auto-generated boundary. - BoundarySpecified
Activity found boundary in mime message. - DefaultContentType
Activity did not find any content type specified. Setting content type to text/plain. - EmptyParts
The input parameter - parts - is empty and there is no data to serialize. - FoundBoundary
Activity found boundary parameter in the mime message. - HeaderAbsent
Empty input parameter 'mimeheader'. was found. Activity cannot parse data. - MainAndSubType
The main and sub type found in content type. - MainType
Main type specified in the serialize activity. - MimeHeaderMapped
Optional input parameter 'mimeheader' is mapped. - MimeHeaderNotMapped
Optional input parameter 'mimeheader' was not mapped in the activity. - NoAttachments
Activity did not find any attachments to serialize. - NoBoundaryFound
Boundary was specified in header but no boundary found in the body. Returning single body. - NoPartBody
This part does not have any body. Setting blank body. - NumberOfParts
The number of parts found in the mime message. - ParseActivityDone
The activity has outputted parts output parameter. - SerialActivityDone
The activity is done outputting mimeheader and body output parameters. - SerializeException
Error occurred while serializing the data. - SubType
Sub Type found in content type of the message. - TranferEncChanged
The attachment body has lines greater than 998 characters in length. Changing the Content-Transfer-Encoding to binary. - TransferEncLimit
Entities of type specified cannot have any other Content-Transfer-Encoding apart from 7bit. - TransferEncMissing
Content-Transfer-Encoding value is missing for specified attachment number . Guessing based on Content-Type and charset values. - TransferEncodingError
Content-Transfer-Encoding specified in Composite media type cannot be any other apart from 7bit, 8bit or binary. - TransferEncodingValue
Activity found Content-Transfer-Encoding.
Parent topic: MIME Module