Open GoogleCodeExporter opened 8 years ago
I've actually found the cause of this error. But can I request the error get
trapped and thrown as a new error with a new message?
The cause of this was because I wasn't passing the parent folder with the child
folder that I wanted details on.
l_folder :=
MS_EWS_UTIL_PKG.get_folder(MS_EWS_UTIL_PKG.get_folder_id_by_name(p_folder_name,
p_parent_folder_id));
That's what fixed it.
Original comment by ChadM.Ro...@gmail.com
on 2 Oct 2013 at 2:22
Original comment by thehunge...@gmail.com
on 21 Nov 2013 at 2:59
Original issue reported on code.google.com by
ChadM.Ro...@gmail.com
on 1 Oct 2013 at 1:35