 | PartialMailJoinerIgnoreId Property |
Gets or sets the value indicating if the Content-Type's header id field should be ignored. Default is false.
Namespace: Limilabs.Mail.ToolsAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic bool IgnoreId { get; set; }Public Property IgnoreId As Boolean
Get
Set
public:
property bool IgnoreId {
bool get ();
void set (bool value);
}member IgnoreId : bool with get, set
Property Value
Boolean
See Also