我正在尝试使用email_active_mime_attachments
withfilename
和filesize
从expand获取电子邮件的属性。我只能获取 Email 的属性,但不能从expand中获取选定的值。请对此提供帮助,不确定我在哪里缺少这些值
/api/data/v8.2/emails?$select=createdon,directioncode,senton,statecode,subject&$expand=email_activity_mime_attachment($select=activitymimeattachmentid,filename,filesize,_ownerid_value)
我正在尝试将其值读filename
入一个变量,但似乎我使用的方式不起作用。
请就此提出您宝贵的建议。