MimeNode.PreviousSibling property

The PreviousSibling property gets the previous 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 PreviousSibling As MimeNode
    Get
'Usage
Dim instance As MimeNode
Dim value As MimeNode

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

Property value

Type: Microsoft.Exchange.Data.Mime.MimeNode

See also

Reference

MimeNode class

MimeNode members

Microsoft.Exchange.Data.Mime namespace