MAPIInspector.Parsers.ModifyRecipientRow.ModifyRecipientRow C# (CSharp) Метод

ModifyRecipientRow() публичный Метод

The construct function for ModifyRecipientRow
public ModifyRecipientRow ( MAPIInspector.Parsers.PropertyTag propTags ) : System
propTags MAPIInspector.Parsers.PropertyTag The initialized parameter
Результат System
        public ModifyRecipientRow(PropertyTag[] propTags)
        {
            this.propTags = propTags;
        }
ModifyRecipientRow