Catalyst Internet Mail .NET

InternetMail.MessageParts Property

Gets the number of sections in a multipart message.

[Visual Basic]
Public ReadOnly Property MessageParts As Integer
[C#]
public int MessageParts {get;}

Property Value

An integer value which specifies the number of message parts.

Remarks

The MessageParts property returns the number of parts in the current message. All messages have at least one part, referenced as part 0. Multipart messages will consist of additional parts which may be accessed by setting the MessagePart property.

See Also

InternetMail Class | SocketTools Namespace