Click or drag to resize
MimeKit

OpenPgpDetectionFilterBeginOffset Property

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

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

Property Value

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