Dear Team,
Can you please anyone help out to resolve the issue. whenever getting an attachment from an email, it’s getting doubled as email count.
Ex- If there is 3 email with each attachment when moving to the folder it’s increasing to 9.
If there is 2 email with each attachment when moving to the folder it’s increasing to 4.
I need to increase the count to avoid overriding the files.
path.Combine(Config(“Input_POAttachment”).ToString,path.GetFileNameWithoutExtension(attach)+count.ToString+path.GetExtension(attach))