How can i combine the results of 2 "Get Mail"

Hi @NiesonF

You can use the Concat() function

FullList = list1.Concat(list2).ToList

You must initialize the FullList first.