TnefReader.AttachmentKey Property
The AttachmentKey property gets a short integer value representing the attachment key.
Namespace: Microsoft.Exchange.Data.ContentTypes.Tnef
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public ReadOnly Property AttachmentKey As Short
Get
'Usage
Dim instance As TnefReader
Dim value As Short
value = instance.AttachmentKey
public short AttachmentKey { get; }
Property Value
Type: System.Int16