Share via


MimeWriter.PartBoundary property

The PartBoundary property gets a string containing the part boundary for the current part.

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

Syntax

'Declaration
Public ReadOnly Property PartBoundary As String
    Get
'Usage
Dim instance As MimeWriter
Dim value As String

value = instance.PartBoundary
public string PartBoundary { get; }

Property value

Type: System.String
When the PartBoundary property is accessed in a multipart document at the start of a part, PartBoundary returns a string containing the part boundary. Otherwise, PartBoundary returns a null reference (Nothing in Visual Basic).

See also

Reference

MimeWriter class

MimeWriter members

Microsoft.Exchange.Data.Mime namespace