CMAttachmentMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates attachment propagation policies.
public enum CMAttachmentMode
type CMAttachmentMode =
- Inheritance
-
CMAttachmentMode
Fields
Name | Value | Description |
---|---|---|
ShouldNotPropagate | 0 | Indicates that the attachment does not propagate. |
ShouldPropagate | 1 | Indicates that the attachment will propagate. |
Remarks
This setting controls whether PropagateAttachments(ICMAttachmentBearer, ICMAttachmentBearer) will propagate a given attachment.