In the Output property of all Get Mail activities, what is the supported variable type?
In the Output property of all Get Mail activities, what is the supported variable type?
The supported variable type for the Output property of all Get Mail activities is List<MailMessage>. This allows for the collection of multiple email messages, which can then be processed individually or as a collection.
correct option should be List<MailMessage>
MailMessage should be the correct answer
correct answer - MailMessage