MailMessagePartIndex Property |
Gets the index of the current part in the sequence of parts of a composite message.
Namespace: MailBee.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public int PartIndex { get; }
Public ReadOnly Property PartIndex As Integer
Get
Property Value
Type:
Int32
The index of the current sub-message in the sequence of sub-messages of a composite message,
which is split into several smaller ones. If the message is not a part of the composite message,
the return value is 1.
Remarks
The developer can use the
PartCount property to examine whatever mail message is composite
or not and the
IsEntire property to determine if a message was received completely.
Examples
The example is available in
IsEntire property overview.
See Also