Hi Folks,
I am using the FM SO_NEW_DOCUMENT_ATT_SEND_API1 to send the excel attachement to the shared distribution list.
if iam using the distribution list i am getting mail in SBWP inbox, but I am not able to see the same in my mail box(outlook).
Do i get the same in my mail box(outlook) or not.
Please suggest me i want the same mail in my mail box .
under it_adr6 i have all the mailids of distribution list.
LOOP AT it_adr6 INTO wa_adr6.
reclist-receiver = wa_adr6-smtp_addr.
reclist-rec_type = 'C'.
* reclist-express = 'X'.
* reclist-COM_TYPE = 'INT'.
* reclist-NOTIF_DEL = 'X'.
* reclist-NOTIF_NDEL = 'X'.
APPEND reclist.
CLEAR wa_adr6.
ENDLOOP.
Please advice me asap.
Thanks,
Smriti