API Reference

Class

TnefAttribute

Namespace OfficeIMO.Email
Assembly OfficeIMO.Email
Modifiers sealed

Raw, ordered TNEF attribute retained for diagnostics and regeneration.

Inheritance

  • Object
  • TnefAttribute

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Constructors

public TnefAttribute(TnefAttributeLevel level, UInt32 tag, Byte[] data, Boolean checksumIsValid = true) #

Creates an attribute.

Parameters

level OfficeIMO.Email.TnefAttributeLevel requiredposition: 0
tag System.UInt32 requiredposition: 1
data System.Byte[] requiredposition: 2
checksumIsValid System.Boolean = true optionalposition: 3

Properties

public TnefAttributeLevel Level { get; } #

Message or attachment level.

public UInt32 Tag { get; } #

Combined TNEF attribute identifier and type.

public Byte[] Data { get; } #

Attribute payload.

public Boolean ChecksumIsValid { get; } #

Whether the stored checksum matched the payload.