D
Don Good
COM addin was created to handle Spam messages (tagged in
Subject line by external email gateway device). I want to
modify the Subject line if the user chooses Reply or
Forward to remove the tag. In the NewInspector event, the
subject is changed with Item.Subject = newSubject, but the
original subject is displayed. If the message is acually
sent, the changed subject is used unless the user modifies
the displayed subject.
Is there some way to access the controls on the standard
form in the NewInspector event to change the Subject value
or to force the value to be refreshed from the
Item.Subject property?
Subject line by external email gateway device). I want to
modify the Subject line if the user chooses Reply or
Forward to remove the tag. In the NewInspector event, the
subject is changed with Item.Subject = newSubject, but the
original subject is displayed. If the message is acually
sent, the changed subject is used unless the user modifies
the displayed subject.
Is there some way to access the controls on the standard
form in the NewInspector event to change the Subject value
or to force the value to be refreshed from the
Item.Subject property?