Visual Basic 6 Black Book phần 7

Các tài sản BorderStyle cho phép bạn chọn phong cách của dòng vẽ hình, bao gồm cả việc sử dụng các chấm và vết xước. Để biết thêm thông tin về kiểm soát này, hãy xem các chủ đề khác trong | Visual Basic 6 Black Book Visual Basic And The Internet Web Browsing Email HTTP FTP And DHTML MsgID Gets string identifier of current message. MsgImlielpo PDF Merge and SPlil Un registered Sets index number orcurrent message MsgNoteText Text of current message. MsgOrigAddress Gets email address of originator of current message. MsgOrigDisplayName Gets originator s name for current message. MsgRead True or False depending on whether message has been read. MsgReceiptRequested Indicates if return receipt is requested for message. MsgSent Indicates if message has been sent to mail server. MsgSubject Message s subject. MsgType Sets type of current message. Sending Email From Visual Basic Now that you ve added the MAPISession and MAPIMessages control to your program see the previous topic how do you use them to send email Let s see an example. Create a new standard EXE project and add the MAPISession and MAPIMessages controls MAPISessionl and MAPIMessagesl. Next add two command buttons Commandl and Command2 with the captions Send email and Read email . We ll enable Commandl the Send Email button in this topic and Command2 the Read Email button in the next topic. In addition we ll need some place to display the email we ve read so add a text box Textl to the form setting its MultiLine property to True and its ScrollBars property to Both 3 . When users click Commandl they want to send email and we let them do so by using the MAPIMessages control s Compose and Send methods. Our first task however is to start a new MAPI session and we do that with the MAPISession control s SignOn method after indicating that we don t want to download email by setting its DownLoadMail property to False Private Sub Commandl Click False After signing on to the Microsoft Exchange email system we set the MAPIMessages control s SessionID to the MAPISession control s SessionID property to initialize MAPIMessagesl Private

Không thể tạo bản xem trước, hãy bấm tải xuống
TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.