CMAttachmentMode Enum

Definition

Enumerates attachment propagation policies.

public enum CMAttachmentMode
type CMAttachmentMode = 
Inheritance
CMAttachmentMode

Fields

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.

Applies to