Click or drag to resize
MimeKit

OpenPgpDetectionFilterEndOffset Property

Get the byte offset of the END marker, if available.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public int? EndOffset { get; }

Property Value

NullableInt32
The byte offset.
Remarks
Gets the byte offset of the END marker if available.
See Also