How to send filepath link using outlook

Hi Team,

I have filepath like.
Data/input/Test files/ 2024 September - New Files/29 September/.
This is fhe filepath.
Here i have gave the path dynamically but
Due to space issue bot was unable to send the filepath link correctly.

It took filepath only like this.
Data/input/Test
Due to space is there after test bot didn’t took entire filepath.

Kindly suggest

@Ramudu

perform url encode and then embed it

System.Web.HttpUtility.UrlEncode("YourPath")

cheers

Hello @Anil_G ,

Not working kindly suggest another way or provide me the sample file.

@Ramudu

can you show how and where you tried

cheers

HI,

How about surrounding < and > as the following?

<https://example.com/Data/input/Test files/ 2024 September - New Files/29 September>

Regards,