コード例 #1
0
        private void ProcessEndTnef()
        {
            ConversionComponentType currentComponentType = base.CurrentComponentType;

            if (currentComponentType == ConversionComponentType.FileAttachment)
            {
                this.EndAttachment();
            }
            this.CheckTnefComplianceStatus();
        }
コード例 #2
0
 public SmartPropertyPromotionRule(StorePropertyDefinition substituteProperty, ConversionComponentType componentType, bool promoteForOtherComponentTypes)
 {
     this.substituteProperty            = substituteProperty;
     this.expectedComponentType         = componentType;
     this.promoteForOtherComponentTypes = promoteForOtherComponentTypes;
 }
コード例 #3
0
 public ComponentSpecificPromotionRule(ConversionComponentType targetComponentType)
 {
     this.targetComponentType = targetComponentType;
 }