Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LastChild property gets the last child of this MimeNode object.
Namespace: Microsoft.Exchange.Data.Mime
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property LastChild As MimeNode
Get
'Usage
Dim instance As MimeNode
Dim value As MimeNode
value = instance.LastChild
public MimeNode LastChild { get; }
Property value
Type: Microsoft.Exchange.Data.Mime.MimeNode