internal static TransportRuleAction CreateFromInternalActions(ShortList <Action> actions, ref int index)
 {
     return(SmtpAddressAction.CreateFromInternalActions <BlindCopyToSmtpAction>(actions, ref index, "AddEnvelopeRecipient"));
 }
Example #2
0
 internal static TransportRuleAction CreateFromInternalActions(ShortList <Action> actions, ref int index)
 {
     return(SmtpAddressAction.CreateFromInternalActions <AddToRecipientSmtpAction>(actions, ref index, "AddToRecipientSmtpOnly"));
 }