Hi all
i'm trying to get this:
when message arrive, compute total size = (attachment size * recipient count),
when total size larger than 5G, save attachment to file server, delete attachment from message, and add file access links in file server to message body.
is possible to do that? can i develop custom transport rule or action, to excute the delete and save attachment file processes?(use C#,or C++...)