timmcmic / DLConversionV2

MIT License
44 stars 9 forks source link

BYOD Mailboxes not working in office 365 pre-collect #36

Closed timmcmic closed 2 years ago

timmcmic commented 2 years ago

The pre-collect functions had code chagnes to look at full recipient objects when gathering all objects. This code does not work when the BYOD function was called using only a list of SMTP addresses. Updated functions to ensure that each SMTP address specified had a get-EXORecipient on it so that a full recipient object could be utilized for further evaluation.