Message |
public static MimeMessage Join( MimeMessage message, IEnumerable<MessagePartial> partials )
Exception | Condition |
---|---|
ArgumentNullException | messageis null .-or- partialsis null. |
ArgumentException | The last partial does not have a "total" parameter in the Content-Type header. -or- The number of partials provided does not match the expected count. -or- One or more partials is missing. |
InvalidOperationException | One or more partials has a mismatching id parameter in the Content-Type header. -or- One or more partials has a missing number parameter in the Content-Type header. |