I have a mail folder such as “Archive BIP_IPServices\03 - March”
I got "Archive BIP_IPServices" this from config but in order to get the rest part 03 - march I am getting value as 03/2019
I have tried assign activity to give value for mail folder, but it’s not working, Someone Please help me.
like if input is
in_str = “Archive BIP_IPServices\03 - March”
then
to get the date as we expect out_datestr = Datetime.ParseExact(Split(in_Str,"")(1),“dd - MMMM”,System.Globalization.CultureInfo.InvariantCulture).ToString(“dd - MMMM”)