@model NP.Model.VMCC
제목@Html.TextBoxFor(m => m.EmailSend.etitle, new { @class = "form-control ff", @maxlength = "250", @style="font-weight: normal;" })
수신대상선택  
수신대상 선택
    첨부파일
    내용@Html.TextArea("EmailSend.ehtml", "", new { @class = "form-control disp-init", @style = "resize: none; font-weight: normal;" })
    @Html.HiddenFor(m=>m.savedata)
     
    미리보기 발송
    @Html.Partial("./Partial/DForm", Model, new ViewDataDictionary { { "preform", 1 } })
    @Html.Partial("./Partial/UserBox", "bindUser;사용자 검색;999", new ViewDataDictionary { { "assigns", Model.Assigns },{"userauths",Model.userauths } }) @section styles{ @Html.Partial("./Partial/Summernotestyle") } @section scriptsHeader { @Html.Partial("./Partial/Summernote") } @section scripts{ }