API Reference
Class
EmailHeader
Represents one ordered message header field.
Inheritance
- Object
- EmailHeader
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 EmailDocument.Headers
Constructors
public EmailHeader(String name, String value, String rawValue = null) #Creates a header field.
Parameters
- name System.String
- value System.String
- rawValue System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object