hi
i want to ask that how dynamically to create folder on server in email application.
and also how to move emails to that folder
if (!Directory.Exists(Server.MapPath(@"~/Email/"))) { Directory.CreateDirectory(Server.MapPath(@"~/Email/")); }
irrespective to the task u can create the folder by above code.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.