EmlSaveOptions.BoundariesTemplate

EmlSaveOptions.BoundariesTemplate property

Gets or sets the boundary template for the message. Default value is null.

public string BoundariesTemplate { get; set; }

Remarks

The ‘{#}’ wildcard is used for the boundary number placeholder. The ‘{guid}’ wildcard is used for the boundary GUID placeholder.

Examples

Example: boundary–{#}-{guid}

See Also