InterviewSolution
Saved Bookmarks
| 1. |
What Is A Multipart Message? |
|
Answer» A multipart MESSAGE contains ONE or more other messages within its structure. The contained message is sometimes referred to as an embedded message. A multipart message must CONTAIN a group, or a COMPLEX type, with its Composition property set to Message. A multipart message contains one or more other messages within its structure. The contained message is sometimes referred to as an embedded message. A multipart message must contain a group, or a complex type, with its Composition property set to Message. |
|