Monday, November 05, 2007

How to use the Rule.dll sample to create an inbox rule in Visual Basic

The rules that are added in this sample function review all incoming messages. If the message subject includes the word "test", a reply message is sent and the original message is deleted.

특정 메일 계정으로 오는 메일의 제목에 test 라는 단어가 포함되어 있으면 회신 메세지를 보내고 동시에 수신 메세지를 지워는 규칙을 프로그램을 통해 규칙으로 만들 수 있다.

No comments: