メール名を読みたいです。
例:「281a87c6-9d53-4122-99a1-87c2b4fb4259.eml」
メール名の取得方法 (281a87c6-9d53-4122-99a1-87c2b4fb4259)
smtp.DeliveryMethod = SmtpDeliveryMethod.SpecifiedPickupDirectory;
smtp.PickupDirectoryLocation = @"C:\Temp";
smtp.Send(message);
...