You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
[1] With one recipient specified, MailSend works as expected.
[2] With RandomRecipients specified, with or without an explicit DistributionList, MailSend returns the above error message and skips mail sending. The complete message is:
<Error Name="OpMailSend" Time="8/19/2015 10:12:30 AM">
<Detail>Unable to get users from GAL to select random users
System.Runtime.InteropServices.COMException (0x8004010F): The property "http://schemas.microsoft.com/mapi/proptag/0x3D150102" is unknown or cannot be found.
at Microsoft.Office.Interop.Outlook._PropertyAccessor.GetProperty(String SchemaName)
at MailSim.ProvidersOM.MailStoreProviderOM.GetGlobalAddressList()
at MailSim.ExecuteSequence.GetRecipients(String name, RecipientTypes[] type, Object[] recipientObject)</Detail>
</Error>
<Error Name="OpMailSend" Time="8/19/2015 10:12:30 AM">
<Detail>Recipient is not specified, skipping the operation</Detail>
</Error>
<Error Name="OpMailSend" Time="8/19/2015 10:12:30 AM">
<Detail>Failed to run task</Detail>
</Error>