다음을 통해 공유


EmailMessage.AllowInternetImages 속성

정의

이미지가 html로 인코딩된 전자 메일 메시지에 포함될 수 있는지 여부를 나타내는 부울 값을 가져오거나 설정합니다.

public:
 property bool AllowInternetImages { bool get(); void set(bool value); };
bool AllowInternetImages();

void AllowInternetImages(bool value);
public bool AllowInternetImages { get; set; }
var boolean = emailMessage.allowInternetImages;
emailMessage.allowInternetImages = boolean;
Public Property AllowInternetImages As Boolean

속성 값

Boolean

bool

이미지가 html로 인코딩된 전자 메일 메시지에 포함될 수 있는지 여부를 나타내는 부울 값입니다.

Windows 요구 사항

앱 기능
email emailSystem

적용 대상