MailMessagePartCount Property |
Namespace: MailBee.Mime
Splitting the messages into the several smaller parts is a common way of transmitting large messages which exceed the maximum message size that is allowed by the mail server. The developer can use the AppendPartialMessage(MailMessage) method to restore the entire original message from its smaller parts.
Besides that, the developer can use the IsEntire property to determine whatever a message was received completely and the PartIndex property to get the index of partial message.