Determines if the underlying stream has more parts (this stream has
not seen an end boundary).
Namespace: NI.Email.MimeAssembly: NI.Email.Mime (in NI.Email.Mime.dll) Version: 1.8.5168.22709
public bool HasMoreParts { get; }
public bool HasMoreParts { get; }
Public ReadOnly Property HasMoreParts As Boolean
Get
Public ReadOnly Property HasMoreParts As Boolean
Get
public:
property bool HasMoreParts {
bool get ();
}
public:
property bool HasMoreParts {
bool get ();
}
member HasMoreParts : bool with get
member HasMoreParts : bool with get
Property Value
Type:
Boolean
Returns
true if there are more parts in the underlying
stream,
false otherwise.