Share via


MimeNode.NextSibling Property

The NextSibling property gets the next MimeNode object in the list of children that belong to this MimeNode object.

Namespace:  Microsoft.Exchange.Data.Mime
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public ReadOnly Property NextSibling As MimeNode
    Get
'Usage
Dim instance As MimeNode
Dim value As MimeNode

value = instance.NextSibling
public MimeNode NextSibling { get; }