API Reference
Class
TnefAttribute
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
- Property EmailAttachment.TnefAttributes
- Property EmailDocument.TnefAttributes
Constructors
public TnefAttribute(TnefAttributeLevel level, UInt32 tag, Byte[] data, Boolean checksumIsValid = true) #Creates an attribute.
Parameters
- level OfficeIMO.Email.TnefAttributeLevel
- tag System.UInt32
- data System.Byte[]
- checksumIsValid System.Boolean = true
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object