====== Email ====== Property of [[:scripting:api:bundle:start|IBundle]] ===== Description ===== Returns Email ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var sEmail = Bundle.Email; ==== Visual Basic Script ==== sEmail = Bundle.Email ==== C++ ==== BSTR sEmail; HRESULT hr = Bundle.get_Email(&sEmail); ===== See Also ===== [[:scripting:api:bundle:start|IBundle]] ~~NOTOC~~