MessageCloneOptions Enumeration
Special flags for message cloning.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| All | Clones all settings. | |
| CloneBody | Clones the body and attachments. | |
| CloneSenderSettings | Clones sender settings (implies CloneSettings). | |
| CloneSettings | Clones non-sender settings (does not imply CloneSenderSettings). | |
| None | None (implies All). |
Show: