Get the send to folder

For the current user

System.Environment.GetFolderPath(Environment.SpecialFolder.SendTo));

For the all users

System.Environment.GetFolderPath(Environment.SpecialFolder.CommonSendTo));

Leave a Reply

Your email address will not be published. Required fields are marked *